Html Css Color HEX #FEC9DA Pink Lace

📋 copy color: '#FEC9DA'

red 254 ◦ green 201 ◦ blue 218

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

Shades of Pink Lace #FEC9DA

Tints of Pink Lace #FEC9DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 32.39%

R = 37.74%
G = 29.87%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.14

 K value IS 0.00

RGB Variations

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

Color information

#FEC9DA (or 0xFEC9DA) is known color: Pink Lace. HEX triplet: FE, C9 and DA. RGB value is (254,201,218). Sum of RGB (Red+Green+Blue) = 254+201+218=673 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.74% from 673); Green value is 201 (78.91% from 255 or 29.87% from 673); Blue value is 218 (85.55% from 255 or 32.39% from 673); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC9DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC9DA is #013625. Grayscale: #DADADA. Windows color (decimal): -79398 or 14338558. OLE color: 14338558.

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

Color convert

RGB 254 201 218 -
CMYK 0 0.21 0.14 0.00
HSL 340.75º 0.96% 0.89% -
HSV(B) 340.75º 0.21% 1% -
XYZ 74.41 67.91 75.51 -
YUV 218.79 127.56 153.12 -
System Red Green Blue C M Y K H S L
Decimal 254 201 218 0 0.21 0.14 0.00 340.75 0.96 0.89
Hex FE C9 DA 0 15 E 0 155 60 59
Octal 376 311 332 0 25 16 0 525 140 131
Binary 11111110 11001001 11011010 0 10101 1110 0 101010101 1100000 1011001

Color Harmonies of #FEC9DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC9DA

Black with #FEC9DA

Text Example


Text Example

White with #FEC9DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC9DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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