Color Hex Logo

#fdcafb Color Hex

#FDCAFB
(253,202,251)
0 Favorites   0 Comments

Color spaces of #fdcafb

RGB 253202251
HSL0.840.930.89
HSV302°20°99°
CMYK 0.000.200.01   0.01
XYZ79.041170.0887100.6293
Yxy70.08870.31650.2806
Hunter Lab83.719022.0179-12.6626
CIE-Lab87.040326.0522-17.1573

#fdcafb color RGB value is (253,202,251).

#fdcafb hex color red value is 253, green value is 202 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #fdcafb hue: 0.84 , saturation: 0.93 and the lightness value of fdcafb is 0.89.

The process color (four color CMYK) of #fdcafb color hex is 0.00, 0.20, 0.01, 0.01. Web safe color of #fdcafb is #ffccff. Color #fdcafb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001010 11111011
Octal 375 312 373
Decimal 253 202 251
Hex FD CA FB

RGB Percentages of Color #fdcafb

%35.84
%28.61
%35.55

CMYK Percentages of Color #fdcafb

%0
%20
%1
%1

Triadic Colors of #fdcafb

#fdcafb #fbfdca #cafbfd

Analogous Colors of #fdcafb

#fdcafb #fdcae2 #e6cafd

Monochromatic Colors of #fdcafb

#fdcafb

Complementary Color

#fdcafb #cafdcc

#fdcafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdcafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdcafb Color CSS Codes

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

#fdcafb Text Font Color

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

This sample text font color is #fdcafb
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.


#fdcafb Background Color

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

This div background color is #fdcafb


#fdcafb Border Color

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

This div border color is #fdcafb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,202,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 #fdcafb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdcafb

Related Colors


Comments

No comments written yet.

Please login to write comment.