Html Css Color HEX #FECCD9 Pink Lace

📋 copy color: '#FECCD9'

red 254 ◦ green 204 ◦ blue 217

#FECCD9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pink Lace #FECCD9

Tints of Pink Lace #FECCD9

RGB

 RED value IS 254 (99.61% from 255) = 37.63%

 GREEN value IS 204 (80.08% from 255) = 30.22%

 BLUE value IS 217 (85.16% from 255) = 32.15%

R = 37.63%
G = 30.22%
B = 32.15%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.15

 K value IS 0.00

RGB Variations

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

Color information

#FECCD9 (or 0xFECCD9) is known color: Pink Lace. HEX triplet: FE, CC and D9. RGB value is (254,204,217). Sum of RGB (Red+Green+Blue) = 254+204+217=675 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.63% from 675); Green value is 204 (80.08% from 255 or 30.22% from 675); Blue value is 217 (85.16% from 255 or 32.15% from 675); Max value from RGB is 254 - color contains mainly: red. Hex color #FECCD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECCD9 is #013326. Grayscale: #DCDCDC. Windows color (decimal): -78631 or 14273790. OLE color: 14273790.

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

Color convert

RGB 254 204 217 -
CMYK 0 0.20 0.15 0.00
HSL 344.4º 0.96% 0.9% -
HSV(B) 344.4º 0.2% 1% -
XYZ 74.99 69.27 75.06 -
YUV 220.43 126.07 151.94 -
System Red Green Blue C M Y K H S L
Decimal 254 204 217 0 0.20 0.15 0.00 344.4 0.96 0.9
Hex FE CC D9 0 14 F 0 158 60 5A
Octal 376 314 331 0 24 17 0 530 140 132
Binary 11111110 11001100 11011001 0 10100 1111 0 101011000 1100000 1011010

Color Harmonies of #FECCD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECCD9

Black with #FECCD9

Text Example


Text Example

White with #FECCD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECCD9; }

 p { color: rgb(254,204,217); }

 H1.HeaderClassName
 {
   color: #FECCD9;
 }
 .AnyTagClassName
 {
   color: #FECCD9;
 }
</style>

background-color css

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

 a { background-color: rgb(254,204,217); }

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

border-color css

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

 span { border-color: rgb(254,204,217); }

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