Html Css Color HEX #FECFD7 Pink Lace

📋 copy color: '#FECFD7'

red 254 ◦ green 207 ◦ blue 215

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

Shades of Pink Lace #FECFD7

Tints of Pink Lace #FECFD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 31.8%

R = 37.57%
G = 30.62%
B = 31.8%

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

#FECFD7 (or 0xFECFD7) is known color: Pink Lace. HEX triplet: FE, CF and D7. RGB value is (254,207,215). Sum of RGB (Red+Green+Blue) = 254+207+215=676 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.57% from 676); Green value is 207 (81.25% from 255 or 30.62% from 676); Blue value is 215 (84.38% from 255 or 31.80% from 676); Max value from RGB is 254 - color contains mainly: red. Hex color #FECFD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECFD7 is #013028. Grayscale: #DDDDDD. Windows color (decimal): -77865 or 14143486. OLE color: 14143486.

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

Color convert

RGB 254 207 215 -
CMYK 0 0.19 0.15 0.00
HSL 349.79º 0.96% 0.9% -
HSV(B) 349.79º 0.19% 1% -
XYZ 75.45 70.6 73.94 -
YUV 221.97 124.07 150.85 -
System Red Green Blue C M Y K H S L
Decimal 254 207 215 0 0.19 0.15 0.00 349.79 0.96 0.9
Hex FE CF D7 0 13 F 0 15E 60 5A
Octal 376 317 327 0 23 17 0 536 140 132
Binary 11111110 11001111 11010111 0 10011 1111 0 101011110 1100000 1011010

Color Harmonies of #FECFD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECFD7

Black with #FECFD7

Text Example


Text Example

White with #FECFD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECFD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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