Html Css Color HEX #FECFD9 Pink Lace

📋 copy color: '#FECFD9'

red 254 ◦ green 207 ◦ blue 217

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

Shades of Pink Lace #FECFD9

Tints of Pink Lace #FECFD9

RGB

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

 GREEN value IS 207 (81.25% from 255) = 30.53%

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

R = 37.46%
G = 30.53%
B = 32.01%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.15

 K value IS 0.00

RGB Variations

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

Color information

#FECFD9 (or 0xFECFD9) is known color: Pink Lace. HEX triplet: FE, CF and D9. RGB value is (254,207,217). Sum of RGB (Red+Green+Blue) = 254+207+217=678 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.46% from 678); Green value is 207 (81.25% from 255 or 30.53% from 678); Blue value is 217 (85.16% from 255 or 32.01% from 678); Max value from RGB is 254 - color contains mainly: red. Hex color #FECFD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECFD9 is #013026. Grayscale: #DEDEDE. Windows color (decimal): -77863 or 14274558. OLE color: 14274558.

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

Color convert

RGB 254 207 217 -
CMYK 0 0.19 0.15 0.00
HSL 347.23º 0.96% 0.9% -
HSV(B) 347.23º 0.19% 1% -
XYZ 75.71 70.71 75.3 -
YUV 222.19 125.07 150.69 -
System Red Green Blue C M Y K H S L
Decimal 254 207 217 0 0.19 0.15 0.00 347.23 0.96 0.9
Hex FE CF D9 0 13 F 0 15B 60 5A
Octal 376 317 331 0 23 17 0 533 140 132
Binary 11111110 11001111 11011001 0 10011 1111 0 101011011 1100000 1011010

Color Harmonies of #FECFD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECFD9

Black with #FECFD9

Text Example


Text Example

White with #FECFD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECFD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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