#FAC3B9

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

Shades of Your Pink #FAC3B9

Tints of Your Pink #FAC3B9

Color information

#FAC3B9 (or 0xFAC3B9) is unknown color: approx Your Pink. HEX triplet: FA, C3 and B9. RGB value is (250,195,185). Sum of RGB (Red+Green+Blue) = 250+195+185=630 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.68% from 630); Green value is 195 (76.56% from 255 or 30.95% from 630); Blue value is 185 (72.66% from 255 or 29.37% from 630); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC3B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC3B9 is #053C46. Grayscale: #D2D2D2. Windows color (decimal): -343111 or 12174330. OLE color: 12174330.

HSL color Cylindrical-coordinate representation of color #FAC3B9: hue angle of 9.23º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FAC3B9 is Cyan = 0, Magento = 0.22, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB250195185-
CMYK00.220.260.02
HSL9.23º86.67%85.29%-
HSV(B)9.23º26%98.04%-
XYZ67.762.8654.46-
YUV210.3113.72156.31-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.68%
GREEN value IS 195 (76.56% from 255) = 30.95%
BLUE value IS 185 (72.66% from 255) = 29.37%
R=39.68%
G=30.95%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019518500.220.260.029.2386.6785.29
HexFAC3B90161A295755
Octal37230327102632211127125
Binary1111101011000011101110010101101101010100110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC3B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC3B9; }

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

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

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

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

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

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

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

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