Html Css Color HEX #FEC9D5 Pink Lace

📋 copy color: '#FEC9D5'

red 254 ◦ green 201 ◦ blue 213

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

Shades of Pink Lace #FEC9D5

Tints of Pink Lace #FEC9D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 31.89%

R = 38.02%
G = 30.09%
B = 31.89%

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

#FEC9D5 (or 0xFEC9D5) is known color: Pink Lace. HEX triplet: FE, C9 and D5. RGB value is (254,201,213). Sum of RGB (Red+Green+Blue) = 254+201+213=668 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.02% from 668); Green value is 201 (78.91% from 255 or 30.09% from 668); Blue value is 213 (83.59% from 255 or 31.89% from 668); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC9D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC9D5 is #01362A. Grayscale: #DADADA. Windows color (decimal): -79403 or 14010878. OLE color: 14010878.

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

Color convert

RGB 254 201 213 -
CMYK 0 0.21 0.16 0.00
HSL 346.42º 0.96% 0.89% -
HSV(B) 346.42º 0.21% 1% -
XYZ 73.77 67.65 72.12 -
YUV 218.22 125.06 153.52 -
System Red Green Blue C M Y K H S L
Decimal 254 201 213 0 0.21 0.16 0.00 346.42 0.96 0.89
Hex FE C9 D5 0 15 10 0 15A 60 59
Octal 376 311 325 0 25 20 0 532 140 131
Binary 11111110 11001001 11010101 0 10101 10000 0 101011010 1100000 1011001

Color Harmonies of #FEC9D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC9D5

Black with #FEC9D5

Text Example


Text Example

White with #FEC9D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC9D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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