#F9BF9B

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

Shades of Romantic #F9BF9B

Tints of Romantic #F9BF9B

Color information

#F9BF9B (or 0xF9BF9B) is unknown color: approx Romantic. HEX triplet: F9, BF and 9B. RGB value is (249,191,155). Sum of RGB (Red+Green+Blue) = 249+191+155=595 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.85% from 595); Green value is 191 (75% from 255 or 32.10% from 595); Blue value is 155 (60.94% from 255 or 26.05% from 595); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BF9B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9BF9B is #064064. Grayscale: #CCCCCC. Windows color (decimal): -409701 or 10207225. OLE color: 10207225.

HSL color Cylindrical-coordinate representation of color #F9BF9B: hue angle of 22.98º degrees, saturation: 0.89, 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 #F9BF9B is Cyan = 0, Magento = 0.23, Yellow = 0.38 and Black (K on CMYK) = 0.02.

Color convert

RGB249191155-
CMYK00.230.380.02
HSL22.98º88.68%79.22%-
HSV(B)22.98º37.75%97.65%-
XYZ63.6159.7739.19-
YUV204.24100.22159.93-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 41.85%
GREEN value IS 191 (75% from 255) = 32.10%
BLUE value IS 155 (60.94% from 255) = 26.05%
R=41.85%
G=32.10%
B=26.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24919115500.230.380.0222.9888.6879.22
HexF9BF9B01726217594f
Octal37127723302746227131117
Binary111110011011111110011011010111100110101011110110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9BF9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9BF9B; }

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

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

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

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

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

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

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

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