#FAC5C3

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

Shades of Your Pink #FAC5C3

Tints of Your Pink #FAC5C3

Color information

#FAC5C3 (or 0xFAC5C3) is unknown color: approx Your Pink. HEX triplet: FA, C5 and C3. RGB value is (250,197,195). Sum of RGB (Red+Green+Blue) = 250+197+195=642 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.94% from 642); Green value is 197 (77.34% from 255 or 30.69% from 642); Blue value is 195 (76.56% from 255 or 30.37% from 642); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC5C3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC5C3 is #053A3C. Grayscale: #D4D4D4. Windows color (decimal): -342589 or 12830202. OLE color: 12830202.

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

Color convert

RGB250197195-
CMYK00.210.220.02
HSL2.18º84.62%87.25%-
HSV(B)2.18º22%98.04%-
XYZ69.2464.260.37-
YUV212.62118.06154.66-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.94%
GREEN value IS 197 (77.34% from 255) = 30.69%
BLUE value IS 195 (76.56% from 255) = 30.37%
R=38.94%
G=30.69%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019719500.210.220.022.1884.6287.25
HexFAC5C301516225557
Octal3723053030252622125127
Binary11111010110001011100001101010110110101010101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC5C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC5C3; }

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

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

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

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

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

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

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

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