Html Css Color HEX #FEC8D8 Pink Lace

📋 copy color: '#FEC8D8'

red 254 ◦ green 200 ◦ blue 216

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

Shades of Pink Lace #FEC8D8

Tints of Pink Lace #FEC8D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 32.24%

R = 37.91%
G = 29.85%
B = 32.24%

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

#FEC8D8 (or 0xFEC8D8) is known color: Pink Lace. HEX triplet: FE, C8 and D8. RGB value is (254,200,216). Sum of RGB (Red+Green+Blue) = 254+200+216=670 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.91% from 670); Green value is 200 (78.52% from 255 or 29.85% from 670); Blue value is 216 (84.77% from 255 or 32.24% from 670); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC8D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC8D8 is #013727. Grayscale: #D9D9D9. Windows color (decimal): -79656 or 14207230. OLE color: 14207230.

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

Color convert

RGB 254 200 216 -
CMYK 0 0.21 0.15 0.00
HSL 342.22º 0.96% 0.89% -
HSV(B) 342.22º 0.21% 1% -
XYZ 73.92 67.34 74.07 -
YUV 217.97 126.89 153.7 -
System Red Green Blue C M Y K H S L
Decimal 254 200 216 0 0.21 0.15 0.00 342.22 0.96 0.89
Hex FE C8 D8 0 15 F 0 156 60 59
Octal 376 310 330 0 25 17 0 526 140 131
Binary 11111110 11001000 11011000 0 10101 1111 0 101010110 1100000 1011001

Color Harmonies of #FEC8D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC8D8

Black with #FEC8D8

Text Example


Text Example

White with #FEC8D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC8D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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