Html Css Color HEX #F9BF9E Romantic

📋 copy color: '#F9BF9E'

red 249 ◦ green 191 ◦ blue 158

#F9BF9E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Romantic #F9BF9E

Tints of Romantic #F9BF9E

RGB

 RED value IS 249 (97.66% from 255) = 41.64%

 GREEN value IS 191 (75% from 255) = 31.94%

 BLUE value IS 158 (62.11% from 255) = 26.42%

R = 41.64%
G = 31.94%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.37

 K value IS 0.02

RGB Variations

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

Color information

#F9BF9E (or 0xF9BF9E) is known color: Romantic. HEX triplet: F9, BF and 9E. RGB value is (249,191,158). Sum of RGB (Red+Green+Blue) = 249+191+158=598 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.64% from 598); Green value is 191 (75% from 255 or 31.94% from 598); Blue value is 158 (62.11% from 255 or 26.42% from 598); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BF9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9BF9E is #064061. Grayscale: #CCCCCC. Windows color (decimal): -409698 or 10403833. OLE color: 10403833.

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

Color convert

RGB 249 191 158 -
CMYK 0 0.23 0.37 0.02
HSL 21.76º 0.88% 0.8% -
HSV(B) 21.76º 0.37% 0.98% -
XYZ 63.87 59.87 40.54 -
YUV 204.58 101.72 159.68 -
System Red Green Blue C M Y K H S L
Decimal 249 191 158 0 0.23 0.37 0.02 21.76 0.88 0.8
Hex F9 BF 9E 0 17 25 2 16 58 50
Octal 371 277 236 0 27 45 2 26 130 120
Binary 11111001 10111111 10011110 0 10111 100101 10 10110 1011000 1010000

Color Harmonies of #F9BF9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9BF9E

Black with #F9BF9E

Text Example


Text Example

White with #F9BF9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9BF9E; }

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

 H1.HeaderClassName
 {
   color: #F9BF9E;
 }
 .AnyTagClassName
 {
   color: #F9BF9E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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