#FABF97

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

Shades of Romantic #FABF97

Tints of Romantic #FABF97

Color information

#FABF97 (or 0xFABF97) is unknown color: approx Romantic. HEX triplet: FA, BF and 97. RGB value is (250,191,151). Sum of RGB (Red+Green+Blue) = 250+191+151=592 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.23% from 592); Green value is 191 (75% from 255 or 32.26% from 592); Blue value is 151 (59.38% from 255 or 25.51% from 592); Max value from RGB is 250 - color contains mainly: red. Hex color #FABF97 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FABF97 is #054068. Grayscale: #CCCCCC. Windows color (decimal): -344169 or 9945082. OLE color: 9945082.

HSL color Cylindrical-coordinate representation of color #FABF97: hue angle of 24.24º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FABF97 is Cyan = 0, Magento = 0.24, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB250191151-
CMYK00.240.400.02
HSL24.24º90.83%78.63%-
HSV(B)24.24º39.6%98.04%-
XYZ63.6459.8237.47-
YUV204.0898.05160.75-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.23%
GREEN value IS 191 (75% from 255) = 32.26%
BLUE value IS 151 (59.38% from 255) = 25.51%
R=42.23%
G=32.26%
B=25.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019115100.240.400.0224.2490.8378.63
HexFABF97018282185b4f
Octal37227722703050230133117
Binary111110101011111110010111011000101000101100010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABF97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABF97; }

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

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

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

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

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

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

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

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