Html Css Color HEX #F9BFA1 Romantic

📋 copy color: '#F9BFA1'

red 249 ◦ green 191 ◦ blue 161

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

Shades of Romantic #F9BFA1

Tints of Romantic #F9BFA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 26.79%

R = 41.43%
G = 31.78%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.35

 K value IS 0.02

RGB Variations

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

Color information

#F9BFA1 (or 0xF9BFA1) is known color: Romantic. HEX triplet: F9, BF and A1. RGB value is (249,191,161). Sum of RGB (Red+Green+Blue) = 249+191+161=601 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.43% from 601); Green value is 191 (75% from 255 or 31.78% from 601); Blue value is 161 (63.28% from 255 or 26.79% from 601); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BFA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9BFA1 is #06405E. Grayscale: #CDCDCD. Windows color (decimal): -409695 or 10600441. OLE color: 10600441.

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

Color convert

RGB 249 191 161 -
CMYK 0 0.23 0.35 0.02
HSL 20.45º 0.88% 0.8% -
HSV(B) 20.45º 0.35% 0.98% -
XYZ 64.13 59.97 41.91 -
YUV 204.92 103.22 159.44 -
System Red Green Blue C M Y K H S L
Decimal 249 191 161 0 0.23 0.35 0.02 20.45 0.88 0.8
Hex F9 BF A1 0 17 23 2 14 58 50
Octal 371 277 241 0 27 43 2 24 130 120
Binary 11111001 10111111 10100001 0 10111 100011 10 10100 1011000 1010000

Color Harmonies of #F9BFA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9BFA1

Black with #F9BFA1

Text Example


Text Example

White with #F9BFA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9BFA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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