Html Css Color HEX #F9BFA0 Romantic

📋 copy color: '#F9BFA0'

red 249 ◦ green 191 ◦ blue 160

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

Shades of Romantic #F9BFA0

Tints of Romantic #F9BFA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 26.67%

R = 41.5%
G = 31.83%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#F9BFA0 (or 0xF9BFA0) is known color: Romantic. HEX triplet: F9, BF and A0. RGB value is (249,191,160). Sum of RGB (Red+Green+Blue) = 249+191+160=600 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.5% from 600); Green value is 191 (75% from 255 or 31.83% from 600); Blue value is 160 (62.89% from 255 or 26.67% from 600); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BFA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9BFA0 is #06405F. Grayscale: #CCCCCC. Windows color (decimal): -409696 or 10534905. OLE color: 10534905.

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

Color convert

RGB 249 191 160 -
CMYK 0 0.23 0.36 0.02
HSL 20.9º 0.88% 0.8% -
HSV(B) 20.9º 0.36% 0.98% -
XYZ 64.04 59.94 41.45 -
YUV 204.81 102.72 159.52 -
System Red Green Blue C M Y K H S L
Decimal 249 191 160 0 0.23 0.36 0.02 20.9 0.88 0.8
Hex F9 BF A0 0 17 24 2 15 58 50
Octal 371 277 240 0 27 44 2 25 130 120
Binary 11111001 10111111 10100000 0 10111 100100 10 10101 1011000 1010000

Color Harmonies of #F9BFA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9BFA0

Black with #F9BFA0

Text Example


Text Example

White with #F9BFA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9BFA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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