Html Css Color HEX #F9A69E Rose Bud

📋 copy color: '#F9A69E'

red 249 ◦ green 166 ◦ blue 158

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

Shades of Rose Bud #F9A69E

Tints of Rose Bud #F9A69E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 27.57%

R = 43.46%
G = 28.97%
B = 27.57%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.37

 K value IS 0.02

RGB Variations

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

Color information

#F9A69E (or 0xF9A69E) is known color: Rose Bud. HEX triplet: F9, A6 and 9E. RGB value is (249,166,158). Sum of RGB (Red+Green+Blue) = 249+166+158=573 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.46% from 573); Green value is 166 (65.23% from 255 or 28.97% from 573); Blue value is 158 (62.11% from 255 or 27.57% from 573); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A69E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9A69E is #065961. Grayscale: #BEBEBE. Windows color (decimal): -416098 or 10397433. OLE color: 10397433.

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

Color convert

RGB 249 166 158 -
CMYK 0 0.33 0.37 0.02
HSL 5.27º 0.88% 0.8% -
HSV(B) 5.27º 0.37% 0.98% -
XYZ 58.87 49.88 38.87 -
YUV 189.91 110 170.15 -
System Red Green Blue C M Y K H S L
Decimal 249 166 158 0 0.33 0.37 0.02 5.27 0.88 0.8
Hex F9 A6 9E 0 21 25 2 5 58 50
Octal 371 246 236 0 41 45 2 5 130 120
Binary 11111001 10100110 10011110 0 100001 100101 10 101 1011000 1010000

Color Harmonies of #F9A69E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9A69E

Black with #F9A69E

Text Example


Text Example

White with #F9A69E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9A69E; }

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

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

background-color css

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

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

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

border-color css

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

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

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