#FAC7CC

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

Shades of Pink #FAC7CC

Tints of Pink #FAC7CC

Color information

#FAC7CC (or 0xFAC7CC) is unknown color: approx Pink. HEX triplet: FA, C7 and CC. RGB value is (250,199,204). Sum of RGB (Red+Green+Blue) = 250+199+204=653 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.28% from 653); Green value is 199 (78.12% from 255 or 30.47% from 653); Blue value is 204 (80.08% from 255 or 31.24% from 653); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC7CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC7CC is #053833. Grayscale: #D6D6D6. Windows color (decimal): -342068 or 13420538. OLE color: 13420538.

HSL color Cylindrical-coordinate representation of color #FAC7CC: hue angle of 354.12º 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 #FAC7CC is Cyan = 0, Magento = 0.20, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB250199204-
CMYK00.200.180.02
HSL354.12º83.61%88.04%-
HSV(B)354.12º20.4%98.04%-
XYZ70.7565.5366.05-
YUV214.82121.9153.09-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.28%
GREEN value IS 199 (78.12% from 255) = 30.47%
BLUE value IS 204 (80.08% from 255) = 31.24%
R=38.28%
G=30.47%
B=31.24%

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
Decimal25019920400.200.180.02354.1283.6188.04
HexFAC7CC0141221625458
Octal372307314024222542124130
Binary111110101100011111001100010100100101010110001010101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC7CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC7CC; }

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

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

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

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

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

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

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

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