#FABF98

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

Shades of Romantic #FABF98

Tints of Romantic #FABF98

Color information

#FABF98 (or 0xFABF98) is unknown color: approx Romantic. HEX triplet: FA, BF and 98. RGB value is (250,191,152). Sum of RGB (Red+Green+Blue) = 250+191+152=593 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.16% from 593); Green value is 191 (75% from 255 or 32.21% from 593); Blue value is 152 (59.77% from 255 or 25.63% from 593); Max value from RGB is 250 - color contains mainly: red. Hex color #FABF98 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FABF98 is #054067. Grayscale: #CCCCCC. Windows color (decimal): -344168 or 10010618. OLE color: 10010618.

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

Color convert

RGB250191152-
CMYK00.240.390.02
HSL23.88º90.74%78.82%-
HSV(B)23.88º39.2%98.04%-
XYZ63.7259.8537.9-
YUV204.298.55160.67-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.16%
GREEN value IS 191 (75% from 255) = 32.21%
BLUE value IS 152 (59.77% from 255) = 25.63%
R=42.16%
G=32.21%
B=25.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019115200.240.390.0223.8890.7478.82
HexFABF98018272185b4f
Octal37227723003047230133117
Binary111110101011111110011000011000100111101100010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABF98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABF98; }

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

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

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

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

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

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

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

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