#FECBD8

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

Shades of Pink Lace #FECBD8

Tints of Pink Lace #FECBD8

Color information

#FECBD8 (or 0xFECBD8) is unknown color: approx Pink Lace. HEX triplet: FE, CB and D8. RGB value is (254,203,216). Sum of RGB (Red+Green+Blue) = 254+203+216=673 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.74% from 673); Green value is 203 (79.69% from 255 or 30.16% from 673); Blue value is 216 (84.77% from 255 or 32.10% from 673); Max value from RGB is 254 - color contains mainly: red. Hex color #FECBD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECBD8 is #013427. Grayscale: #DBDBDB. Windows color (decimal): -78888 or 14207998. OLE color: 14207998.

HSL color Cylindrical-coordinate representation of color #FECBD8: hue angle of 344.71º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FECBD8 is Cyan = 0, Magento = 0.20, Yellow = 0.15 and Black (K on CMYK) = 0.00.

Color convert

RGB254203216-
CMYK00.200.150.00
HSL344.71º96.23%89.61%-
HSV(B)344.71º20.08%99.61%-
XYZ74.6268.7474.3-
YUV219.73125.9152.44-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.74%
GREEN value IS 203 (79.69% from 255) = 30.16%
BLUE value IS 216 (84.77% from 255) = 32.10%
R=37.74%
G=30.16%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.15
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420321600.200.150.00344.7196.2389.61
HexFECBD8014F0159605a
Octal376313330024170531140132
Binary1111111011001011110110000101001111010101100111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECBD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECBD8; }

 p { color: rgb(254,203,216); }

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

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

 a { background-color: rgb(254,203,216); }

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

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

 span { border-color: rgb(254,203,216); }

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