Html Css Color HEX #FEC4D6 Pink Lace

📋 copy color: '#FEC4D6'

red 254 ◦ green 196 ◦ blue 214

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

Shades of Pink Lace #FEC4D6

Tints of Pink Lace #FEC4D6

RGB

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

 GREEN value IS 196 (76.95% from 255) = 29.52%

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

R = 38.25%
G = 29.52%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.16

 K value IS 0.00

RGB Variations

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

Color information

#FEC4D6 (or 0xFEC4D6) is known color: Pink Lace. HEX triplet: FE, C4 and D6. RGB value is (254,196,214). Sum of RGB (Red+Green+Blue) = 254+196+214=664 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.25% from 664); Green value is 196 (76.95% from 255 or 29.52% from 664); Blue value is 214 (83.98% from 255 or 32.23% from 664); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC4D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC4D6 is #013B29. Grayscale: #D7D7D7. Windows color (decimal): -80682 or 14075134. OLE color: 14075134.

HSL color Cylindrical-coordinate representation of color #FEC4D6: hue angle of 341.38º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FEC4D6 is Cyan = 0, Magento = 0.23, Yellow = 0.16 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 196 214 -
CMYK 0 0.23 0.16 0.00
HSL 341.38º 0.97% 0.88% -
HSV(B) 341.38º 0.23% 1% -
XYZ 72.75 65.41 72.41 -
YUV 215.39 127.22 155.54 -
System Red Green Blue C M Y K H S L
Decimal 254 196 214 0 0.23 0.16 0.00 341.38 0.97 0.88
Hex FE C4 D6 0 17 10 0 155 61 58
Octal 376 304 326 0 27 20 0 525 141 130
Binary 11111110 11000100 11010110 0 10111 10000 0 101010101 1100001 1011000

Color Harmonies of #FEC4D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC4D6

Black with #FEC4D6

Text Example


Text Example

White with #FEC4D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC4D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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