#FBCAD8

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

Shades of Pink Lace #FBCAD8

Tints of Pink Lace #FBCAD8

Color information

#FBCAD8 (or 0xFBCAD8) is unknown color: approx Pink Lace. HEX triplet: FB, CA and D8. RGB value is (251,202,216). Sum of RGB (Red+Green+Blue) = 251+202+216=669 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.52% from 669); Green value is 202 (79.30% from 255 or 30.19% from 669); Blue value is 216 (84.77% from 255 or 32.29% from 669); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCAD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCAD8 is #043527. Grayscale: #DADADA. Windows color (decimal): -275752 or 14207739. OLE color: 14207739.

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

Color convert

RGB251202216-
CMYK00.200.140.02
HSL342.86º85.96%88.82%-
HSV(B)342.86º19.52%98.43%-
XYZ73.367.7174.17-
YUV218.25126.73151.36-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.52%
GREEN value IS 202 (79.30% from 255) = 30.19%
BLUE value IS 216 (84.77% from 255) = 32.29%
R=37.52%
G=30.19%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120221600.200.140.02342.8685.9688.82
HexFBCAD8014E21575659
Octal373312330024162527126131
Binary11111011110010101101100001010011101010101011110101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCAD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCAD8; }

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

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

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

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

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

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

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

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