#FCC7D3

Color #FCC7D3 Pink Lace (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pink Lace #FCC7D3

Tints of Pink Lace #FCC7D3

Color information

#FCC7D3 (or 0xFCC7D3) is unknown color: approx Pink Lace. HEX triplet: FC, C7 and D3. RGB value is (252,199,211). Sum of RGB (Red+Green+Blue) = 252+199+211=662 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.07% from 662); Green value is 199 (78.12% from 255 or 30.06% from 662); Blue value is 211 (82.81% from 255 or 31.87% from 662); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC7D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC7D3 is #03382C. Grayscale: #D8D8D8. Windows color (decimal): -210989 or 13879292. OLE color: 13879292.

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

Color convert

RGB252199211-
CMYK00.210.160.01
HSL346.42º89.83%88.43%-
HSV(B)346.42º21.03%98.82%-
XYZ72.3366.2570.6-
YUV216.22125.06153.52-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.07%
GREEN value IS 199 (78.12% from 255) = 30.06%
BLUE value IS 211 (82.81% from 255) = 31.87%
R=38.07%
G=30.06%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.16
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219921100.210.160.01346.4289.8388.43
HexFCC7D301510115a5a58
Octal374307323025201532132130
Binary11111100110001111101001101010110000110101101010110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC7D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC7D3; }

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

 H1.HeaderClassName
 {
   color: #FCC7D3;
 }
 .AnyTagClassName
 {
   color: #FCC7D3;
 }
</style>
background-color css

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

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

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

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

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

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