Html Css Color HEX #FCC7D4 Pink Lace

📋 copy color: '#FCC7D4'

red 252 ◦ green 199 ◦ blue 212

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

Shades of Pink Lace #FCC7D4

Tints of Pink Lace #FCC7D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 31.98%

R = 38.01%
G = 30.02%
B = 31.98%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.16

 K value IS 0.01

RGB Variations

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

Color information

#FCC7D4 (or 0xFCC7D4) is known color: Pink Lace. HEX triplet: FC, C7 and D4. RGB value is (252,199,212). Sum of RGB (Red+Green+Blue) = 252+199+212=663 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.01% from 663); Green value is 199 (78.12% from 255 or 30.02% from 663); Blue value is 212 (83.20% from 255 or 31.98% from 663); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC7D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC7D4 is #03382B. Grayscale: #D8D8D8. Windows color (decimal): -210988 or 13944828. OLE color: 13944828.

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

Color convert

RGB 252 199 212 -
CMYK 0 0.21 0.16 0.01
HSL 345.28º 0.9% 0.88% -
HSV(B) 345.28º 0.21% 0.99% -
XYZ 72.45 66.3 71.27 -
YUV 216.33 125.56 153.44 -
System Red Green Blue C M Y K H S L
Decimal 252 199 212 0 0.21 0.16 0.01 345.28 0.9 0.88
Hex FC C7 D4 0 15 10 1 159 5A 58
Octal 374 307 324 0 25 20 1 531 132 130
Binary 11111100 11000111 11010100 0 10101 10000 1 101011001 1011010 1011000

Color Harmonies of #FCC7D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC7D4

Black with #FCC7D4

Text Example


Text Example

White with #FCC7D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC7D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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