Html Css Color HEX #FEC5D6 Pink Lace

📋 copy color: '#FEC5D6'

red 254 ◦ green 197 ◦ blue 214

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

Shades of Pink Lace #FEC5D6

Tints of Pink Lace #FEC5D6

RGB

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

 GREEN value IS 197 (77.34% from 255) = 29.62%

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

R = 38.2%
G = 29.62%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.16

 K value IS 0.00

RGB Variations

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

Color information

#FEC5D6 (or 0xFEC5D6) is known color: Pink Lace. HEX triplet: FE, C5 and D6. RGB value is (254,197,214). Sum of RGB (Red+Green+Blue) = 254+197+214=665 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.20% from 665); Green value is 197 (77.34% from 255 or 29.62% from 665); Blue value is 214 (83.98% from 255 or 32.18% from 665); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC5D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC5D6 is #013A29. Grayscale: #D7D7D7. Windows color (decimal): -80426 or 14075390. OLE color: 14075390.

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

Color convert

RGB 254 197 214 -
CMYK 0 0.22 0.16 0.00
HSL 342.11º 0.97% 0.88% -
HSV(B) 342.11º 0.22% 1% -
XYZ 72.98 65.86 72.48 -
YUV 215.98 126.88 155.12 -
System Red Green Blue C M Y K H S L
Decimal 254 197 214 0 0.22 0.16 0.00 342.11 0.97 0.88
Hex FE C5 D6 0 16 10 0 156 61 58
Octal 376 305 326 0 26 20 0 526 141 130
Binary 11111110 11000101 11010110 0 10110 10000 0 101010110 1100001 1011000

Color Harmonies of #FEC5D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC5D6

Black with #FEC5D6

Text Example


Text Example

White with #FEC5D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC5D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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