Html Css Color HEX #FEC8D6 Pink Lace

📋 copy color: '#FEC8D6'

red 254 ◦ green 200 ◦ blue 214

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

Shades of Pink Lace #FEC8D6

Tints of Pink Lace #FEC8D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 32.04%

R = 38.02%
G = 29.94%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.16

 K value IS 0.00

RGB Variations

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

Color information

#FEC8D6 (or 0xFEC8D6) is known color: Pink Lace. HEX triplet: FE, C8 and D6. RGB value is (254,200,214). Sum of RGB (Red+Green+Blue) = 254+200+214=668 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.02% from 668); Green value is 200 (78.52% from 255 or 29.94% from 668); Blue value is 214 (83.98% from 255 or 32.04% from 668); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC8D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC8D6 is #013729. Grayscale: #D9D9D9. Windows color (decimal): -79658 or 14076158. OLE color: 14076158.

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

Color convert

RGB 254 200 214 -
CMYK 0 0.21 0.16 0.00
HSL 344.44º 0.96% 0.89% -
HSV(B) 344.44º 0.21% 1% -
XYZ 73.66 67.23 72.71 -
YUV 217.74 125.89 153.86 -
System Red Green Blue C M Y K H S L
Decimal 254 200 214 0 0.21 0.16 0.00 344.44 0.96 0.89
Hex FE C8 D6 0 15 10 0 158 60 59
Octal 376 310 326 0 25 20 0 530 140 131
Binary 11111110 11001000 11010110 0 10101 10000 0 101011000 1100000 1011001

Color Harmonies of #FEC8D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC8D6

Black with #FEC8D6

Text Example


Text Example

White with #FEC8D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC8D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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