#FBCED6

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

Shades of Pink Lace #FBCED6

Tints of Pink Lace #FBCED6

Color information

#FBCED6 (or 0xFBCED6) is unknown color: approx Pink Lace. HEX triplet: FB, CE and D6. RGB value is (251,206,214). Sum of RGB (Red+Green+Blue) = 251+206+214=671 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.41% from 671); Green value is 206 (80.86% from 255 or 30.70% from 671); Blue value is 214 (83.98% from 255 or 31.89% from 671); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCED6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCED6 is #043129. Grayscale: #DCDCDC. Windows color (decimal): -274730 or 14077691. OLE color: 14077691.

HSL color Cylindrical-coordinate representation of color #FBCED6: hue angle of 349.33º degrees, saturation: 0.85, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FBCED6 is Cyan = 0, Magento = 0.18, Yellow = 0.15 and Black (K on CMYK) = 0.02.

Color convert

RGB251206214-
CMYK00.180.150.02
HSL349.33º84.91%89.61%-
HSV(B)349.33º17.93%98.43%-
XYZ73.9969.5173.13-
YUV220.37124.41149.85-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.41%
GREEN value IS 206 (80.86% from 255) = 30.70%
BLUE value IS 214 (83.98% from 255) = 31.89%
R=37.41%
G=30.70%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120621400.180.150.02349.3384.9189.61
HexFBCED6012F215d555a
Octal373316326022172535125132
Binary11111011110011101101011001001011111010101110110101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCED6; }

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

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

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

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

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

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

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

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