#FBCAD6

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

Shades of Pink Lace #FBCAD6

Tints of Pink Lace #FBCAD6

Color information

#FBCAD6 (or 0xFBCAD6) is unknown color: approx Pink Lace. HEX triplet: FB, CA and D6. RGB value is (251,202,214). Sum of RGB (Red+Green+Blue) = 251+202+214=667 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.63% from 667); Green value is 202 (79.30% from 255 or 30.28% from 667); Blue value is 214 (83.98% from 255 or 32.08% from 667); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCAD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCAD6 is #043529. Grayscale: #DADADA. Windows color (decimal): -275754 or 14076667. OLE color: 14076667.

HSL color Cylindrical-coordinate representation of color #FBCAD6: hue angle of 345.31º 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 #FBCAD6 is Cyan = 0, Magento = 0.20, Yellow = 0.15 and Black (K on CMYK) = 0.02.

Color convert

RGB251202214-
CMYK00.200.150.02
HSL345.31º85.96%88.82%-
HSV(B)345.31º19.52%98.43%-
XYZ73.0467.6172.82-
YUV218.02125.73151.52-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.63%
GREEN value IS 202 (79.30% from 255) = 30.28%
BLUE value IS 214 (83.98% from 255) = 32.08%
R=37.63%
G=30.28%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120221400.200.150.02345.3185.9688.82
HexFBCAD6014F21595659
Octal373312326024172531126131
Binary11111011110010101101011001010011111010101100110101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCAD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCAD6; }

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

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

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

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

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

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

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

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