#FABF9B

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

Shades of Romantic #FABF9B

Tints of Romantic #FABF9B

Color information

#FABF9B (or 0xFABF9B) is unknown color: approx Romantic. HEX triplet: FA, BF and 9B. RGB value is (250,191,155). Sum of RGB (Red+Green+Blue) = 250+191+155=596 (78% of max value = 765). Red value is 250 (98.05% from 255 or 41.95% from 596); Green value is 191 (75% from 255 or 32.05% from 596); Blue value is 155 (60.94% from 255 or 26.01% from 596); Max value from RGB is 250 - color contains mainly: red. Hex color #FABF9B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FABF9B is #054064. Grayscale: #CCCCCC. Windows color (decimal): -344165 or 10207226. OLE color: 10207226.

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

Color convert

RGB250191155-
CMYK00.240.380.02
HSL22.74º90.48%79.41%-
HSV(B)22.74º38%98.04%-
XYZ63.9759.9539.21-
YUV204.54100.05160.43-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.95%
GREEN value IS 191 (75% from 255) = 32.05%
BLUE value IS 155 (60.94% from 255) = 26.01%
R=41.95%
G=32.05%
B=26.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019115500.240.380.0222.7490.4879.41
HexFABF9B018262175a4f
Octal37227723303046227132117
Binary111110101011111110011011011000100110101011110110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABF9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABF9B; }

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

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

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

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

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

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

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

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