#FBCEDC

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

Shades of Pink Lace #FBCEDC

Tints of Pink Lace #FBCEDC

Color information

#FBCEDC (or 0xFBCEDC) is unknown color: approx Pink Lace. HEX triplet: FB, CE and DC. RGB value is (251,206,220). Sum of RGB (Red+Green+Blue) = 251+206+220=677 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.08% from 677); Green value is 206 (80.86% from 255 or 30.43% from 677); Blue value is 220 (86.33% from 255 or 32.50% from 677); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCEDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCEDC is #043123. Grayscale: #DDDDDD. Windows color (decimal): -274724 or 14470907. OLE color: 14470907.

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

Color convert

RGB251206220-
CMYK00.180.120.02
HSL341.33º84.91%89.61%-
HSV(B)341.33º17.93%98.43%-
XYZ74.7769.8277.25-
YUV221.05127.41149.36-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.08%
GREEN value IS 206 (80.86% from 255) = 30.43%
BLUE value IS 220 (86.33% from 255) = 32.50%
R=37.08%
G=30.43%
B=32.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120622000.180.120.02341.3384.9189.61
HexFBCEDC012C2155555a
Octal373316334022142525125132
Binary11111011110011101101110001001011001010101010110101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCEDC; }

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

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

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

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

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

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

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

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