#FAC5C0

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

Shades of Your Pink #FAC5C0

Tints of Your Pink #FAC5C0

Color information

#FAC5C0 (or 0xFAC5C0) is unknown color: approx Your Pink. HEX triplet: FA, C5 and C0. RGB value is (250,197,192). Sum of RGB (Red+Green+Blue) = 250+197+192=639 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.12% from 639); Green value is 197 (77.34% from 255 or 30.83% from 639); Blue value is 192 (75.39% from 255 or 30.05% from 639); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC5C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC5C0 is #053A3F. Grayscale: #D4D4D4. Windows color (decimal): -342592 or 12633594. OLE color: 12633594.

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

Color convert

RGB250197192-
CMYK00.210.230.02
HSL5.17º85.29%86.67%-
HSV(B)5.17º23.2%98.04%-
XYZ68.9164.0658.6-
YUV212.28116.56154.91-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.12%
GREEN value IS 197 (77.34% from 255) = 30.83%
BLUE value IS 192 (75.39% from 255) = 30.05%
R=39.12%
G=30.83%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019719200.210.230.025.1785.2986.67
HexFAC5C001517255557
Octal3723053000252725125127
Binary111110101100010111000000010101101111010110101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC5C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC5C0; }

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

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

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

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

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

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

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

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