#FBCEDB

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

Shades of Pink Lace #FBCEDB

Tints of Pink Lace #FBCEDB

Color information

#FBCEDB (or 0xFBCEDB) is unknown color: approx Pink Lace. HEX triplet: FB, CE and DB. RGB value is (251,206,219). Sum of RGB (Red+Green+Blue) = 251+206+219=676 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.13% from 676); Green value is 206 (80.86% from 255 or 30.47% from 676); Blue value is 219 (85.94% from 255 or 32.40% from 676); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCEDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCEDB is #043124. Grayscale: #DCDCDC. Windows color (decimal): -274725 or 14405371. OLE color: 14405371.

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

Color convert

RGB251206219-
CMYK00.180.130.02
HSL342.67º84.91%89.61%-
HSV(B)342.67º17.93%98.43%-
XYZ74.6469.7776.55-
YUV220.94126.91149.44-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.13%
GREEN value IS 206 (80.86% from 255) = 30.47%
BLUE value IS 219 (85.94% from 255) = 32.40%
R=37.13%
G=30.47%
B=32.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120621900.180.130.02342.6784.9189.61
HexFBCEDB012D2157555a
Octal373316333022152527125132
Binary11111011110011101101101101001011011010101011110101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCEDB; }

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

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

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

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

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

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

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

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