Html Css Color HEX #F9A297 Rose Bud

📋 copy color: '#F9A297'

red 249 ◦ green 162 ◦ blue 151

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

Shades of Rose Bud #F9A297

Tints of Rose Bud #F9A297

RGB

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

 GREEN value IS 162 (63.67% from 255) = 28.83%

 BLUE value IS 151 (59.38% from 255) = 26.87%

R = 44.31%
G = 28.83%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.39

 K value IS 0.02

RGB Variations

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

Color information

#F9A297 (or 0xF9A297) is known color: Rose Bud. HEX triplet: F9, A2 and 97. RGB value is (249,162,151). Sum of RGB (Red+Green+Blue) = 249+162+151=562 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.31% from 562); Green value is 162 (63.67% from 255 or 28.83% from 562); Blue value is 151 (59.38% from 255 or 26.87% from 562); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A297 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9A297 is #065D68. Grayscale: #BABABA. Windows color (decimal): -417129 or 9937657. OLE color: 9937657.

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

Color convert

RGB 249 162 151 -
CMYK 0 0.35 0.39 0.02
HSL 6.73º 0.89% 0.78% -
HSV(B) 6.73º 0.39% 0.98% -
XYZ 57.57 48.21 35.55 -
YUV 186.76 107.82 172.39 -
System Red Green Blue C M Y K H S L
Decimal 249 162 151 0 0.35 0.39 0.02 6.73 0.89 0.78
Hex F9 A2 97 0 23 27 2 7 59 4E
Octal 371 242 227 0 43 47 2 7 131 116
Binary 11111001 10100010 10010111 0 100011 100111 10 111 1011001 1001110

Color Harmonies of #F9A297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9A297

Black with #F9A297

Text Example


Text Example

White with #F9A297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9A297; }

 p { color: rgb(249,162,151); }

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

background-color css

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

 a { background-color: rgb(249,162,151); }

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

border-color css

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

 span { border-color: rgb(249,162,151); }

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