Html Css Color HEX #F9BFA3 Romantic

📋 copy color: '#F9BFA3'

red 249 ◦ green 191 ◦ blue 163

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

Shades of Romantic #F9BFA3

Tints of Romantic #F9BFA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 27.03%

R = 41.29%
G = 31.67%
B = 27.03%

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

#F9BFA3 (or 0xF9BFA3) is known color: Romantic. HEX triplet: F9, BF and A3. RGB value is (249,191,163). Sum of RGB (Red+Green+Blue) = 249+191+163=603 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.29% from 603); Green value is 191 (75% from 255 or 31.67% from 603); Blue value is 163 (64.06% from 255 or 27.03% from 603); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BFA3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9BFA3 is #06405C. Grayscale: #CDCDCD. Windows color (decimal): -409693 or 10731513. OLE color: 10731513.

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

Color convert

RGB 249 191 163 -
CMYK 0 0.23 0.35 0.02
HSL 19.53º 0.88% 0.81% -
HSV(B) 19.53º 0.35% 0.98% -
XYZ 64.31 60.05 42.85 -
YUV 205.15 104.22 159.28 -
System Red Green Blue C M Y K H S L
Decimal 249 191 163 0 0.23 0.35 0.02 19.53 0.88 0.81
Hex F9 BF A3 0 17 23 2 14 58 51
Octal 371 277 243 0 27 43 2 24 130 121
Binary 11111001 10111111 10100011 0 10111 100011 10 10100 1011000 1010001

Color Harmonies of #F9BFA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9BFA3

Black with #F9BFA3

Text Example


Text Example

White with #F9BFA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9BFA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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