Html Css Color HEX #FEC8D4 Pink Lace

📋 copy color: '#FEC8D4'

red 254 ◦ green 200 ◦ blue 212

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

Shades of Pink Lace #FEC8D4

Tints of Pink Lace #FEC8D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 31.83%

R = 38.14%
G = 30.03%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.17

 K value IS 0.00

RGB Variations

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

Color information

#FEC8D4 (or 0xFEC8D4) is known color: Pink Lace. HEX triplet: FE, C8 and D4. RGB value is (254,200,212). Sum of RGB (Red+Green+Blue) = 254+200+212=666 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.14% from 666); Green value is 200 (78.52% from 255 or 30.03% from 666); Blue value is 212 (83.20% from 255 or 31.83% from 666); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC8D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC8D4 is #01372B. Grayscale: #D9D9D9. Windows color (decimal): -79660 or 13945086. OLE color: 13945086.

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

Color convert

RGB 254 200 212 -
CMYK 0 0.21 0.17 0.00
HSL 346.67º 0.96% 0.89% -
HSV(B) 346.67º 0.21% 1% -
XYZ 73.41 67.13 71.38 -
YUV 217.51 124.89 154.02 -
System Red Green Blue C M Y K H S L
Decimal 254 200 212 0 0.21 0.17 0.00 346.67 0.96 0.89
Hex FE C8 D4 0 15 11 0 15B 60 59
Octal 376 310 324 0 25 21 0 533 140 131
Binary 11111110 11001000 11010100 0 10101 10001 0 101011011 1100000 1011001

Color Harmonies of #FEC8D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC8D4

Black with #FEC8D4

Text Example


Text Example

White with #FEC8D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC8D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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