Html Css Color HEX #FEC7D6 Pink Lace

📋 copy color: '#FEC7D6'

red 254 ◦ green 199 ◦ blue 214

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

Shades of Pink Lace #FEC7D6

Tints of Pink Lace #FEC7D6

RGB

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

 GREEN value IS 199 (78.13% from 255) = 29.84%

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

R = 38.08%
G = 29.84%
B = 32.08%

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

#FEC7D6 (or 0xFEC7D6) is known color: Pink Lace. HEX triplet: FE, C7 and D6. RGB value is (254,199,214). Sum of RGB (Red+Green+Blue) = 254+199+214=667 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.08% from 667); Green value is 199 (78.12% from 255 or 29.84% from 667); Blue value is 214 (83.98% from 255 or 32.08% from 667); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC7D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC7D6 is #013829. Grayscale: #D9D9D9. Windows color (decimal): -79914 or 14075902. OLE color: 14075902.

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

Color convert

RGB 254 199 214 -
CMYK 0 0.22 0.16 0.00
HSL 343.64º 0.96% 0.89% -
HSV(B) 343.64º 0.22% 1% -
XYZ 73.43 66.77 72.64 -
YUV 217.16 126.22 154.28 -
System Red Green Blue C M Y K H S L
Decimal 254 199 214 0 0.22 0.16 0.00 343.64 0.96 0.89
Hex FE C7 D6 0 16 10 0 158 60 59
Octal 376 307 326 0 26 20 0 530 140 131
Binary 11111110 11000111 11010110 0 10110 10000 0 101011000 1100000 1011001

Color Harmonies of #FEC7D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC7D6

Black with #FEC7D6

Text Example


Text Example

White with #FEC7D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC7D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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