Html Css Color HEX #FEC8D7 Pink Lace

📋 copy color: '#FEC8D7'

red 254 ◦ green 200 ◦ blue 215

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

Shades of Pink Lace #FEC8D7

Tints of Pink Lace #FEC8D7

RGB

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

 GREEN value IS 200 (78.52% from 255) = 29.9%

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

R = 37.97%
G = 29.9%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.15

 K value IS 0.00

RGB Variations

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

Color information

#FEC8D7 (or 0xFEC8D7) is known color: Pink Lace. HEX triplet: FE, C8 and D7. RGB value is (254,200,215). Sum of RGB (Red+Green+Blue) = 254+200+215=669 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.97% from 669); Green value is 200 (78.52% from 255 or 29.90% from 669); Blue value is 215 (84.38% from 255 or 32.14% from 669); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC8D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC8D7 is #013728. Grayscale: #D9D9D9. Windows color (decimal): -79657 or 14141694. OLE color: 14141694.

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

Color convert

RGB 254 200 215 -
CMYK 0 0.21 0.15 0.00
HSL 343.33º 0.96% 0.89% -
HSV(B) 343.33º 0.21% 1% -
XYZ 73.79 67.29 73.39 -
YUV 217.86 126.39 153.78 -
System Red Green Blue C M Y K H S L
Decimal 254 200 215 0 0.21 0.15 0.00 343.33 0.96 0.89
Hex FE C8 D7 0 15 F 0 157 60 59
Octal 376 310 327 0 25 17 0 527 140 131
Binary 11111110 11001000 11010111 0 10101 1111 0 101010111 1100000 1011001

Color Harmonies of #FEC8D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC8D7

Black with #FEC8D7

Text Example


Text Example

White with #FEC8D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC8D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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