#FAC7C0

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

Shades of Your Pink #FAC7C0

Tints of Your Pink #FAC7C0

Color information

#FAC7C0 (or 0xFAC7C0) is unknown color: approx Your Pink. HEX triplet: FA, C7 and C0. RGB value is (250,199,192). Sum of RGB (Red+Green+Blue) = 250+199+192=641 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.00% from 641); Green value is 199 (78.12% from 255 or 31.05% from 641); Blue value is 192 (75.39% from 255 or 29.95% from 641); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC7C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC7C0 is #05383F. Grayscale: #D5D5D5. Windows color (decimal): -342080 or 12634106. OLE color: 12634106.

HSL color Cylindrical-coordinate representation of color #FAC7C0: hue angle of 7.24º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FAC7C0 is Cyan = 0, Magento = 0.20, Yellow = 0.23 and Black (K on CMYK) = 0.02.

Color convert

RGB250199192-
CMYK00.200.230.02
HSL7.24º85.29%86.67%-
HSV(B)7.24º23.2%98.04%-
XYZ69.3664.9858.76-
YUV213.45115.9154.07-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.00%
GREEN value IS 199 (78.12% from 255) = 31.05%
BLUE value IS 192 (75.39% from 255) = 29.95%
R=39.00%
G=31.05%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019919200.200.230.027.2485.2986.67
HexFAC7C001417275557
Octal3723073000242727125127
Binary111110101100011111000000010100101111011110101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC7C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC7C0; }

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

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

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

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

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

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

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

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