Html Css Color HEX #F9A69A Rose Bud

📋 copy color: '#F9A69A'

red 249 ◦ green 166 ◦ blue 154

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

Shades of Rose Bud #F9A69A

Tints of Rose Bud #F9A69A

RGB

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

 GREEN value IS 166 (65.23% from 255) = 29.17%

 BLUE value IS 154 (60.55% from 255) = 27.07%

R = 43.76%
G = 29.17%
B = 27.07%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#F9A69A (or 0xF9A69A) is known color: Rose Bud. HEX triplet: F9, A6 and 9A. RGB value is (249,166,154). Sum of RGB (Red+Green+Blue) = 249+166+154=569 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.76% from 569); Green value is 166 (65.23% from 255 or 29.17% from 569); Blue value is 154 (60.55% from 255 or 27.07% from 569); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A69A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9A69A is #065965. Grayscale: #BDBDBD. Windows color (decimal): -416102 or 10135289. OLE color: 10135289.

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

Color convert

RGB 249 166 154 -
CMYK 0 0.33 0.38 0.02
HSL 7.58º 0.89% 0.79% -
HSV(B) 7.58º 0.38% 0.98% -
XYZ 58.54 49.75 37.09 -
YUV 189.45 108 170.48 -
System Red Green Blue C M Y K H S L
Decimal 249 166 154 0 0.33 0.38 0.02 7.58 0.89 0.79
Hex F9 A6 9A 0 21 26 2 8 59 4F
Octal 371 246 232 0 41 46 2 10 131 117
Binary 11111001 10100110 10011010 0 100001 100110 10 1000 1011001 1001111

Color Harmonies of #F9A69A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9A69A

Black with #F9A69A

Text Example


Text Example

White with #F9A69A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9A69A; }

 p { color: rgb(249,166,154); }

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

background-color css

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

 a { background-color: rgb(249,166,154); }

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

border-color css

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

 span { border-color: rgb(249,166,154); }

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