#FBCAD3

Color #FBCAD3 Pink Lace (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pink Lace #FBCAD3

Tints of Pink Lace #FBCAD3

Color information

#FBCAD3 (or 0xFBCAD3) is unknown color: approx Pink Lace. HEX triplet: FB, CA and D3. RGB value is (251,202,211). Sum of RGB (Red+Green+Blue) = 251+202+211=664 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.80% from 664); Green value is 202 (79.30% from 255 or 30.42% from 664); Blue value is 211 (82.81% from 255 or 31.78% from 664); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCAD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCAD3 is #04352C. Grayscale: #D9D9D9. Windows color (decimal): -275757 or 13880059. OLE color: 13880059.

HSL color Cylindrical-coordinate representation of color #FBCAD3: hue angle of 348.98º degrees, saturation: 0.86, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FBCAD3 is Cyan = 0, Magento = 0.20, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB251202211-
CMYK00.200.160.02
HSL348.98º85.96%88.82%-
HSV(B)348.98º19.52%98.43%-
XYZ72.6667.4570.82-
YUV217.68124.23151.77-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 251 (98.44% from 255) = 37.80%
GREEN value IS 202 (79.30% from 255) = 30.42%
BLUE value IS 211 (82.81% from 255) = 31.78%
R=37.80%
G=30.42%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120221100.200.160.02348.9885.9688.82
HexFBCAD301410215d5659
Octal373312323024202535126131
Binary111110111100101011010011010100100001010101110110101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCAD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCAD3; }

 p { color: rgb(251,202,211); }

 H1.HeaderClassName
 {
   color: #FBCAD3;
 }
 .AnyTagClassName
 {
   color: #FBCAD3;
 }
</style>
background-color css

<style>
 a { background-color: #FBCAD3; }

 a { background-color: rgb(251,202,211); }

 div.DivClassName
 {
   background-color: #FBCAD3;
 }
 .BgClassName
 {
   background-color: #FBCAD3;
 }
</style>
border-color css

<style>
 span { border-color: #FBCAD3; }

 span { border-color: rgb(251,202,211); }

 td.TdClassName
 {
   border-color: #FBCAD3;
 }
 .TagClassName
 {
   border-color: #FBCAD3;
 }
</style>