#FBBF9B

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

Shades of Romantic #FBBF9B

Tints of Romantic #FBBF9B

Color information

#FBBF9B (or 0xFBBF9B) is unknown color: approx Romantic. HEX triplet: FB, BF and 9B. RGB value is (251,191,155). Sum of RGB (Red+Green+Blue) = 251+191+155=597 (79% of max value = 765). Red value is 251 (98.44% from 255 or 42.04% from 597); Green value is 191 (75% from 255 or 31.99% from 597); Blue value is 155 (60.94% from 255 or 25.96% from 597); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBF9B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBBF9B is #044064. Grayscale: #CDCDCD. Windows color (decimal): -278629 or 10207227. OLE color: 10207227.

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

Color convert

RGB251191155-
CMYK00.240.380.02
HSL22.5º92.31%79.61%-
HSV(B)22.5º38.25%98.43%-
XYZ64.3360.1439.23-
YUV204.8499.88160.93-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.04%
GREEN value IS 191 (75% from 255) = 31.99%
BLUE value IS 155 (60.94% from 255) = 25.96%
R=42.04%
G=31.99%
B=25.96%

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
Decimal25119115500.240.380.0222.592.3179.61
HexFBBF9B018262175c50
Octal37327723303046227134120
Binary111110111011111110011011011000100110101011110111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBF9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBF9B; }

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

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

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

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

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

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

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

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