Color Hex Logo

#f5cdfb Color Hex

#F5CDFB
(245,205,251)
0 Favorites   0 Comments

Color spaces of #f5cdfb

RGB 245205251
HSL0.810.850.89
HSV292°18°98°
CMYK 0.020.180.00   0.02
XYZ76.900170.0402100.7328
Yxy70.04020.31050.2828
Hunter Lab83.690017.5604-12.7809
CIE-Lab87.016621.8703-17.2651

#f5cdfb color RGB value is (245,205,251).

#f5cdfb hex color red value is 245, green value is 205 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #f5cdfb hue: 0.81 , saturation: 0.85 and the lightness value of f5cdfb is 0.89.

The process color (four color CMYK) of #f5cdfb color hex is 0.02, 0.18, 0.00, 0.02. Web safe color of #f5cdfb is #ffccff. Color #f5cdfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 11001101 11111011
Octal 365 315 373
Decimal 245 205 251
Hex F5 CD FB

RGB Percentages of Color #f5cdfb

%34.95
%29.24
%35.81

CMYK Percentages of Color #f5cdfb

%2
%18
%0
%2

Triadic Colors of #f5cdfb

#f5cdfb #fbf5cd #cdfbf5

Analogous Colors of #f5cdfb

#f5cdfb #fbcdea #decdfb

Monochromatic Colors of #f5cdfb

#f5cdfb

Complementary Color

#f5cdfb #d3fbcd

#f5cdfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5cdfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5cdfb Color CSS Codes

.mybgcolor {background-color:#f5cdfb; } 
.myforecolor {color:#f5cdfb; }
.mybordercolor {border:3px solid #f5cdfb; }

#f5cdfb Text Font Color

<p style="color:#f5cdfb">Text here</p>

This sample text font color is #f5cdfb
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#f5cdfb Background Color

<div style="background-color:#f5cdfb">
Div content here</div>

This div background color is #f5cdfb


#f5cdfb Border Color

<div style="border:3px solid #f5cdfb">
Div here</div>

This div border color is #f5cdfb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(245,205,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f5cdfb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f5cdfb;
  -webkit-box-shadow: 1px 1px 3px 2px #f5cdfb;
  box-shadow:         1px 1px 3px 2px #f5cdfb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(245,205,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f5cdfb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #f5cdfb;
  -webkit-box-shadow: 1px 1px 3px 2px #f5cdfb;
  box-shadow:         1px 1px 3px 2px #f5cdfb;">
Div content here</div>

This div box has shadow with color #f5cdfb

Related Colors


Comments

No comments written yet.

Please login to write comment.