#FAC9C3

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

Shades of Your Pink #FAC9C3

Tints of Your Pink #FAC9C3

Color information

#FAC9C3 (or 0xFAC9C3) is unknown color: approx Your Pink. HEX triplet: FA, C9 and C3. RGB value is (250,201,195). Sum of RGB (Red+Green+Blue) = 250+201+195=646 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.70% from 646); Green value is 201 (78.91% from 255 or 31.11% from 646); Blue value is 195 (76.56% from 255 or 30.19% from 646); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC9C3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC9C3 is #05363C. Grayscale: #D7D7D7. Windows color (decimal): -341565 or 12831226. OLE color: 12831226.

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

Color convert

RGB250201195-
CMYK00.200.220.02
HSL6.55º84.62%87.25%-
HSV(B)6.55º22%98.04%-
XYZ70.1666.0460.68-
YUV214.97116.73152.99-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.70%
GREEN value IS 201 (78.91% from 255) = 31.11%
BLUE value IS 195 (76.56% from 255) = 30.19%
R=38.70%
G=31.11%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020119500.200.220.026.5584.6287.25
HexFAC9C301416275557
Octal3723113030242627125127
Binary111110101100100111000011010100101101011110101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC9C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC9C3; }

 p { color: rgb(250,201,195); }

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

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

 a { background-color: rgb(250,201,195); }

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

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

 span { border-color: rgb(250,201,195); }

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