#FAC7C3

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

Shades of Your Pink #FAC7C3

Tints of Your Pink #FAC7C3

Color information

#FAC7C3 (or 0xFAC7C3) is unknown color: approx Your Pink. HEX triplet: FA, C7 and C3. RGB value is (250,199,195). Sum of RGB (Red+Green+Blue) = 250+199+195=644 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.82% from 644); Green value is 199 (78.12% from 255 or 30.90% from 644); Blue value is 195 (76.56% from 255 or 30.28% from 644); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC7C3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC7C3 is #05383C. Grayscale: #D5D5D5. Windows color (decimal): -342077 or 12830714. OLE color: 12830714.

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

Color convert

RGB250199195-
CMYK00.200.220.02
HSL4.36º84.62%87.25%-
HSV(B)4.36º22%98.04%-
XYZ69.765.1160.52-
YUV213.79117.4153.83-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.82%
GREEN value IS 199 (78.12% from 255) = 30.90%
BLUE value IS 195 (76.56% from 255) = 30.28%
R=38.82%
G=30.90%
B=30.28%

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
Decimal25019919500.200.220.024.3684.6287.25
HexFAC7C301416245557
Octal3723073030242624125127
Binary111110101100011111000011010100101101010010101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC7C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC7C3; }

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

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

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

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

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

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

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

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