#F9BFA4

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

Shades of Romantic #F9BFA4

Tints of Romantic #F9BFA4

Color information

#F9BFA4 (or 0xF9BFA4) is unknown color: approx Romantic. HEX triplet: F9, BF and A4. RGB value is (249,191,164). Sum of RGB (Red+Green+Blue) = 249+191+164=604 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.23% from 604); Green value is 191 (75% from 255 or 31.62% from 604); Blue value is 164 (64.45% from 255 or 27.15% from 604); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BFA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9BFA4 is #06405B. Grayscale: #CDCDCD. Windows color (decimal): -409692 or 10797049. OLE color: 10797049.

HSL color Cylindrical-coordinate representation of color #F9BFA4: hue angle of 19.06º degrees, saturation: 0.88, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F9BFA4 is Cyan = 0, Magento = 0.23, Yellow = 0.34 and Black (K on CMYK) = 0.02.

Color convert

RGB249191164-
CMYK00.230.340.02
HSL19.06º87.63%80.98%-
HSV(B)19.06º34.14%97.65%-
XYZ64.460.0843.32-
YUV205.26104.72159.2-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 41.23%
GREEN value IS 191 (75% from 255) = 31.62%
BLUE value IS 164 (64.45% from 255) = 27.15%
R=41.23%
G=31.62%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24919116400.230.340.0219.0687.6380.98
HexF9BFA4017222135851
Octal37127724402742223130121
Binary111110011011111110100100010111100010101001110110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9BFA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9BFA4; }

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

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

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

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

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

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

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

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