#FAC1C0

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

Shades of Your Pink #FAC1C0

Tints of Your Pink #FAC1C0

Color information

#FAC1C0 (or 0xFAC1C0) is unknown color: approx Your Pink. HEX triplet: FA, C1 and C0. RGB value is (250,193,192). Sum of RGB (Red+Green+Blue) = 250+193+192=635 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.37% from 635); Green value is 193 (75.78% from 255 or 30.39% from 635); Blue value is 192 (75.39% from 255 or 30.24% from 635); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC1C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC1C0 is #053E3F. Grayscale: #D1D1D1. Windows color (decimal): -343616 or 12632570. OLE color: 12632570.

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

Color convert

RGB250193192-
CMYK00.230.230.02
HSL1.03º85.29%86.67%-
HSV(B)1.03º23.2%98.04%-
XYZ68.0162.2758.3-
YUV209.93117.88156.58-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.37%
GREEN value IS 193 (75.78% from 255) = 30.39%
BLUE value IS 192 (75.39% from 255) = 30.24%
R=39.37%
G=30.39%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019319200.230.230.021.0385.2986.67
HexFAC1C001717215557
Octal3723013000272721125127
Binary1111101011000001110000000101111011110110101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC1C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC1C0; }

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

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

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

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

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

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

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

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