Html Css Color HEX #F9AA92 Rose Bud

📋 copy color: '#F9AA92'

red 249 ◦ green 170 ◦ blue 146

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

Shades of Rose Bud #F9AA92

Tints of Rose Bud #F9AA92

RGB

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

 GREEN value IS 170 (66.8% from 255) = 30.09%

 BLUE value IS 146 (57.42% from 255) = 25.84%

R = 44.07%
G = 30.09%
B = 25.84%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#F9AA92 (or 0xF9AA92) is known color: Rose Bud. HEX triplet: F9, AA and 92. RGB value is (249,170,146). Sum of RGB (Red+Green+Blue) = 249+170+146=565 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.07% from 565); Green value is 170 (66.80% from 255 or 30.09% from 565); Blue value is 146 (57.42% from 255 or 25.84% from 565); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AA92 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9AA92 is #06556D. Grayscale: #BFBFBF. Windows color (decimal): -415086 or 9612025. OLE color: 9612025.

HSL color Cylindrical-coordinate representation of color #F9AA92: hue angle of 13.98º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F9AA92 is Cyan = 0, Magento = 0.32, Yellow = 0.41 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 170 146 -
CMYK 0 0.32 0.41 0.02
HSL 13.98º 0.9% 0.77% -
HSV(B) 13.98º 0.41% 0.98% -
XYZ 58.63 50.96 33.94 -
YUV 190.89 102.67 169.45 -
System Red Green Blue C M Y K H S L
Decimal 249 170 146 0 0.32 0.41 0.02 13.98 0.9 0.77
Hex F9 AA 92 0 20 29 2 E 5A 4D
Octal 371 252 222 0 40 51 2 16 132 115
Binary 11111001 10101010 10010010 0 100000 101001 10 1110 1011010 1001101

Color Harmonies of #F9AA92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9AA92

Black with #F9AA92

Text Example


Text Example

White with #F9AA92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9AA92; }

 p { color: rgb(249,170,146); }

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

background-color css

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

 a { background-color: rgb(249,170,146); }

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

border-color css

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

 span { border-color: rgb(249,170,146); }

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