#FAC5C4

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

Shades of Your Pink #FAC5C4

Tints of Your Pink #FAC5C4

Color information

#FAC5C4 (or 0xFAC5C4) is unknown color: approx Your Pink. HEX triplet: FA, C5 and C4. RGB value is (250,197,196). Sum of RGB (Red+Green+Blue) = 250+197+196=643 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.88% from 643); Green value is 197 (77.34% from 255 or 30.64% from 643); Blue value is 196 (76.95% from 255 or 30.48% from 643); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC5C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC5C4 is #053A3B. Grayscale: #D4D4D4. Windows color (decimal): -342588 or 12895738. OLE color: 12895738.

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

Color convert

RGB250197196-
CMYK00.210.220.02
HSL1.11º84.38%87.45%-
HSV(B)1.11º21.6%98.04%-
XYZ69.3564.2460.97-
YUV212.73118.56154.58-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.88%
GREEN value IS 197 (77.34% from 255) = 30.64%
BLUE value IS 196 (76.95% from 255) = 30.48%
R=38.88%
G=30.64%
B=30.48%

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
Decimal25019719600.210.220.021.1184.3887.45
HexFAC5C401516215457
Octal3723053040252621124127
Binary1111101011000101110001000101011011010110101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC5C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC5C4; }

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

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

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

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

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

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

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

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