#FECBDA

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

Shades of Pink Lace #FECBDA

Tints of Pink Lace #FECBDA

Color information

#FECBDA (or 0xFECBDA) is unknown color: approx Pink Lace. HEX triplet: FE, CB and DA. RGB value is (254,203,218). Sum of RGB (Red+Green+Blue) = 254+203+218=675 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.63% from 675); Green value is 203 (79.69% from 255 or 30.07% from 675); Blue value is 218 (85.55% from 255 or 32.30% from 675); Max value from RGB is 254 - color contains mainly: red. Hex color #FECBDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECBDA is #013425. Grayscale: #DBDBDB. Windows color (decimal): -78886 or 14339070. OLE color: 14339070.

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

Color convert

RGB254203218-
CMYK00.200.140.00
HSL342.35º96.23%89.61%-
HSV(B)342.35º20.08%99.61%-
XYZ74.8868.8475.67-
YUV219.96126.9152.28-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.63%
GREEN value IS 203 (79.69% from 255) = 30.07%
BLUE value IS 218 (85.55% from 255) = 32.30%
R=37.63%
G=30.07%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.14
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420321800.200.140.00342.3596.2389.61
HexFECBDA014E0156605a
Octal376313332024160526140132
Binary1111111011001011110110100101001110010101011011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECBDA; }

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

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

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

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

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

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

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

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