#FAC9C1

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

Shades of Your Pink #FAC9C1

Tints of Your Pink #FAC9C1

Color information

#FAC9C1 (or 0xFAC9C1) is unknown color: approx Your Pink. HEX triplet: FA, C9 and C1. RGB value is (250,201,193). Sum of RGB (Red+Green+Blue) = 250+201+193=644 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.82% from 644); Green value is 201 (78.91% from 255 or 31.21% from 644); Blue value is 193 (75.78% from 255 or 29.97% from 644); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC9C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC9C1 is #05363E. Grayscale: #D6D6D6. Windows color (decimal): -341567 or 12700154. OLE color: 12700154.

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

Color convert

RGB250201193-
CMYK00.200.230.02
HSL8.42º85.07%86.86%-
HSV(B)8.42º22.8%98.04%-
XYZ69.9465.9559.5-
YUV214.74115.73153.15-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.82%
GREEN value IS 201 (78.91% from 255) = 31.21%
BLUE value IS 193 (75.78% from 255) = 29.97%
R=38.82%
G=31.21%
B=29.97%

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
Decimal25020119300.200.230.028.4285.0786.86
HexFAC9C101417285557
Octal37231130102427210125127
Binary1111101011001001110000010101001011110100010101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC9C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC9C1; }

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

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

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

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

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

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

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

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