#FAC7CD

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

Shades of Pink #FAC7CD

Tints of Pink #FAC7CD

Color information

#FAC7CD (or 0xFAC7CD) is unknown color: approx Pink. HEX triplet: FA, C7 and CD. RGB value is (250,199,205). Sum of RGB (Red+Green+Blue) = 250+199+205=654 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.23% from 654); Green value is 199 (78.12% from 255 or 30.43% from 654); Blue value is 205 (80.47% from 255 or 31.35% from 654); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC7CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC7CD is #053832. Grayscale: #D6D6D6. Windows color (decimal): -342067 or 13486074. OLE color: 13486074.

HSL color Cylindrical-coordinate representation of color #FAC7CD: hue angle of 352.94º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FAC7CD is Cyan = 0, Magento = 0.20, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB250199205-
CMYK00.200.180.02
HSL352.94º83.61%88.04%-
HSV(B)352.94º20.4%98.04%-
XYZ70.8765.5866.68-
YUV214.93122.4153.01-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.23%
GREEN value IS 199 (78.12% from 255) = 30.43%
BLUE value IS 205 (80.47% from 255) = 31.35%
R=38.23%
G=30.43%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019920500.200.180.02352.9483.6188.04
HexFAC7CD0141221615458
Octal372307315024222541124130
Binary111110101100011111001101010100100101010110000110101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC7CD; }

 p { color: rgb(250,199,205); }

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

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

 a { background-color: rgb(250,199,205); }

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

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

 span { border-color: rgb(250,199,205); }

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