#FACAC1

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

Shades of Your Pink #FACAC1

Tints of Your Pink #FACAC1

Color information

#FACAC1 (or 0xFACAC1) is unknown color: approx Your Pink. HEX triplet: FA, CA and C1. RGB value is (250,202,193). Sum of RGB (Red+Green+Blue) = 250+202+193=645 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.76% from 645); Green value is 202 (79.30% from 255 or 31.32% from 645); Blue value is 193 (75.78% from 255 or 29.92% from 645); Max value from RGB is 250 - color contains mainly: red. Hex color #FACAC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACAC1 is #05353E. Grayscale: #D7D7D7. Windows color (decimal): -341311 or 12700410. OLE color: 12700410.

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

Color convert

RGB250202193-
CMYK00.190.230.02
HSL9.47º85.07%86.86%-
HSV(B)9.47º22.8%98.04%-
XYZ70.1766.4259.57-
YUV215.33115.4152.73-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.76%
GREEN value IS 202 (79.30% from 255) = 31.32%
BLUE value IS 193 (75.78% from 255) = 29.92%
R=38.76%
G=31.32%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020219300.190.230.029.4785.0786.86
HexFACAC101317295557
Octal37231230102327211125127
Binary1111101011001010110000010100111011110100110101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACAC1; }

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

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

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

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

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

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

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

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