#FBBF97

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

Shades of Romantic #FBBF97

Tints of Romantic #FBBF97

Color information

#FBBF97 (or 0xFBBF97) is unknown color: approx Romantic. HEX triplet: FB, BF and 97. RGB value is (251,191,151). Sum of RGB (Red+Green+Blue) = 251+191+151=593 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.33% from 593); Green value is 191 (75% from 255 or 32.21% from 593); Blue value is 151 (59.38% from 255 or 25.46% from 593); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBF97 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBBF97 is #044068. Grayscale: #CCCCCC. Windows color (decimal): -278633 or 9945083. OLE color: 9945083.

HSL color Cylindrical-coordinate representation of color #FBBF97: hue angle of 24º degrees, saturation: 0.93, 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 #FBBF97 is Cyan = 0, Magento = 0.24, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB251191151-
CMYK00.240.400.02
HSL24º92.59%78.82%-
HSV(B)24º39.84%98.43%-
XYZ6460.0137.49-
YUV204.3897.88161.25-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.33%
GREEN value IS 191 (75% from 255) = 32.21%
BLUE value IS 151 (59.38% from 255) = 25.46%
R=42.33%
G=32.21%
B=25.46%

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
Decimal25119115100.240.400.022492.5978.82
HexFBBF97018282185d4f
Octal37327722703050230135117
Binary111110111011111110010111011000101000101100010111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBF97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBF97; }

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

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

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

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

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

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

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

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