Html Css Color HEX #FCC7D9 Pink Lace

📋 copy color: '#FCC7D9'

red 252 ◦ green 199 ◦ blue 217

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

Shades of Pink Lace #FCC7D9

Tints of Pink Lace #FCC7D9

RGB

 RED value IS 252 (98.83% from 255) = 37.72%

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

 BLUE value IS 217 (85.16% from 255) = 32.49%

R = 37.72%
G = 29.79%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.14

 K value IS 0.01

RGB Variations

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

Color information

#FCC7D9 (or 0xFCC7D9) is known color: Pink Lace. HEX triplet: FC, C7 and D9. RGB value is (252,199,217). Sum of RGB (Red+Green+Blue) = 252+199+217=668 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.72% from 668); Green value is 199 (78.12% from 255 or 29.79% from 668); Blue value is 217 (85.16% from 255 or 32.49% from 668); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC7D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC7D9 is #033826. Grayscale: #D8D8D8. Windows color (decimal): -210983 or 14272508. OLE color: 14272508.

HSL color Cylindrical-coordinate representation of color #FCC7D9: hue angle of 339.62º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FCC7D9 is Cyan = 0, Magento = 0.21, Yellow = 0.14 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 199 217 -
CMYK 0 0.21 0.14 0.01
HSL 339.62º 0.9% 0.88% -
HSV(B) 339.62º 0.21% 0.99% -
XYZ 73.09 66.55 74.64 -
YUV 216.9 128.06 153.04 -
System Red Green Blue C M Y K H S L
Decimal 252 199 217 0 0.21 0.14 0.01 339.62 0.9 0.88
Hex FC C7 D9 0 15 E 1 154 5A 58
Octal 374 307 331 0 25 16 1 524 132 130
Binary 11111100 11000111 11011001 0 10101 1110 1 101010100 1011010 1011000

Color Harmonies of #FCC7D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC7D9

Black with #FCC7D9

Text Example


Text Example

White with #FCC7D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC7D9; }

 p { color: rgb(252,199,217); }

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

background-color css

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

 a { background-color: rgb(252,199,217); }

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

border-color css

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

 span { border-color: rgb(252,199,217); }

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