#FABFA2

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

Shades of Romantic #FABFA2

Tints of Romantic #FABFA2

Color information

#FABFA2 (or 0xFABFA2) is unknown color: approx Romantic. HEX triplet: FA, BF and A2. RGB value is (250,191,162). Sum of RGB (Red+Green+Blue) = 250+191+162=603 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.46% from 603); Green value is 191 (75% from 255 or 31.67% from 603); Blue value is 162 (63.67% from 255 or 26.87% from 603); Max value from RGB is 250 - color contains mainly: red. Hex color #FABFA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FABFA2 is #05405D. Grayscale: #CDCDCD. Windows color (decimal): -344158 or 10665978. OLE color: 10665978.

HSL color Cylindrical-coordinate representation of color #FABFA2: hue angle of 19.77º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FABFA2 is Cyan = 0, Magento = 0.24, Yellow = 0.35 and Black (K on CMYK) = 0.02.

Color convert

RGB250191162-
CMYK00.240.350.02
HSL19.77º89.8%80.78%-
HSV(B)19.77º35.2%98.04%-
XYZ64.5860.1942.4-
YUV205.33103.55159.86-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.46%
GREEN value IS 191 (75% from 255) = 31.67%
BLUE value IS 162 (63.67% from 255) = 26.87%
R=41.46%
G=31.67%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.35
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019116200.240.350.0219.7789.880.78
HexFABFA2018232145a51
Octal37227724203043224132121
Binary111110101011111110100010011000100011101010010110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABFA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABFA2; }

 p { color: rgb(250,191,162); }

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

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

 a { background-color: rgb(250,191,162); }

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

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

 span { border-color: rgb(250,191,162); }

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