#FAC7C1

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

Shades of Your Pink #FAC7C1

Tints of Your Pink #FAC7C1

Color information

#FAC7C1 (or 0xFAC7C1) is unknown color: approx Your Pink. HEX triplet: FA, C7 and C1. RGB value is (250,199,193). Sum of RGB (Red+Green+Blue) = 250+199+193=642 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.94% from 642); Green value is 199 (78.12% from 255 or 31.00% from 642); Blue value is 193 (75.78% from 255 or 30.06% from 642); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC7C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC7C1 is #05383E. Grayscale: #D5D5D5. Windows color (decimal): -342079 or 12699642. OLE color: 12699642.

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

Color convert

RGB250199193-
CMYK00.200.230.02
HSL6.32º85.07%86.86%-
HSV(B)6.32º22.8%98.04%-
XYZ69.4765.0259.34-
YUV213.56116.4153.99-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.94%
GREEN value IS 199 (78.12% from 255) = 31.00%
BLUE value IS 193 (75.78% from 255) = 30.06%
R=38.94%
G=31.00%
B=30.06%

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
Decimal25019919300.200.230.026.3285.0786.86
HexFAC7C101417265557
Octal3723073010242726125127
Binary111110101100011111000001010100101111011010101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC7C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC7C1; }

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

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

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

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

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

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

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

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