#FBCED8

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

Shades of Pink Lace #FBCED8

Tints of Pink Lace #FBCED8

Color information

#FBCED8 (or 0xFBCED8) is unknown color: approx Pink Lace. HEX triplet: FB, CE and D8. RGB value is (251,206,216). Sum of RGB (Red+Green+Blue) = 251+206+216=673 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.30% from 673); Green value is 206 (80.86% from 255 or 30.61% from 673); Blue value is 216 (84.77% from 255 or 32.10% from 673); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCED8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCED8 is #043127. Grayscale: #DCDCDC. Windows color (decimal): -274728 or 14208763. OLE color: 14208763.

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

Color convert

RGB251206216-
CMYK00.180.140.02
HSL346.67º84.91%89.61%-
HSV(B)346.67º17.93%98.43%-
XYZ74.2569.6174.49-
YUV220.6125.41149.69-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.30%
GREEN value IS 206 (80.86% from 255) = 30.61%
BLUE value IS 216 (84.77% from 255) = 32.10%
R=37.30%
G=30.61%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120621600.180.140.02346.6784.9189.61
HexFBCED8012E215b555a
Octal373316330022162533125132
Binary11111011110011101101100001001011101010101101110101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCED8; }

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

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

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

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

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

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

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

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