Html Css Color HEX #FEC9D6 Pink Lace

📋 copy color: '#FEC9D6'

red 254 ◦ green 201 ◦ blue 214

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

Shades of Pink Lace #FEC9D6

Tints of Pink Lace #FEC9D6

RGB

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

 GREEN value IS 201 (78.91% from 255) = 30.04%

 BLUE value IS 214 (83.98% from 255) = 31.99%

R = 37.97%
G = 30.04%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.16

 K value IS 0.00

RGB Variations

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

Color information

#FEC9D6 (or 0xFEC9D6) is known color: Pink Lace. HEX triplet: FE, C9 and D6. RGB value is (254,201,214). Sum of RGB (Red+Green+Blue) = 254+201+214=669 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.97% from 669); Green value is 201 (78.91% from 255 or 30.04% from 669); Blue value is 214 (83.98% from 255 or 31.99% from 669); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC9D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC9D6 is #013629. Grayscale: #DADADA. Windows color (decimal): -79402 or 14076414. OLE color: 14076414.

HSL color Cylindrical-coordinate representation of color #FEC9D6: hue angle of 345.28º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FEC9D6 is Cyan = 0, Magento = 0.21, Yellow = 0.16 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 201 214 -
CMYK 0 0.21 0.16 0.00
HSL 345.28º 0.96% 0.89% -
HSV(B) 345.28º 0.21% 1% -
XYZ 73.9 67.7 72.79 -
YUV 218.33 125.56 153.44 -
System Red Green Blue C M Y K H S L
Decimal 254 201 214 0 0.21 0.16 0.00 345.28 0.96 0.89
Hex FE C9 D6 0 15 10 0 159 60 59
Octal 376 311 326 0 25 20 0 531 140 131
Binary 11111110 11001001 11010110 0 10101 10000 0 101011001 1100000 1011001

Color Harmonies of #FEC9D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC9D6

Black with #FEC9D6

Text Example


Text Example

White with #FEC9D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC9D6; }

 p { color: rgb(254,201,214); }

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

background-color css

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

 a { background-color: rgb(254,201,214); }

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

border-color css

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

 span { border-color: rgb(254,201,214); }

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