Html Css Color HEX #F4A49E Rose Bud

📋 copy color: '#F4A49E'

red 244 ◦ green 164 ◦ blue 158

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

Shades of Rose Bud #F4A49E

Tints of Rose Bud #F4A49E

RGB

 RED value IS 244 (95.7% from 255) = 43.11%

 GREEN value IS 164 (64.45% from 255) = 28.98%

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

R = 43.11%
G = 28.98%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.35

 K value IS 0.04

RGB Variations

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

Color information

#F4A49E (or 0xF4A49E) is known color: Rose Bud. HEX triplet: F4, A4 and 9E. RGB value is (244,164,158). Sum of RGB (Red+Green+Blue) = 244+164+158=566 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.11% from 566); Green value is 164 (64.45% from 255 or 28.98% from 566); Blue value is 158 (62.11% from 255 or 27.92% from 566); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A49E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F4A49E is #0B5B61. Grayscale: #BBBBBB. Windows color (decimal): -744290 or 10396916. OLE color: 10396916.

HSL color Cylindrical-coordinate representation of color #F4A49E: hue angle of 4.19º degrees, saturation: 0.8, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F4A49E is Cyan = 0, Magento = 0.33, Yellow = 0.35 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 164 158 -
CMYK 0 0.33 0.35 0.04
HSL 4.19º 0.8% 0.79% -
HSV(B) 4.19º 0.35% 0.96% -
XYZ 56.76 48.25 38.67 -
YUV 187.24 111.5 168.49 -
System Red Green Blue C M Y K H S L
Decimal 244 164 158 0 0.33 0.35 0.04 4.19 0.8 0.79
Hex F4 A4 9E 0 21 23 4 4 50 4F
Octal 364 244 236 0 41 43 4 4 120 117
Binary 11110100 10100100 10011110 0 100001 100011 100 100 1010000 1001111

Color Harmonies of #F4A49E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4A49E

Black with #F4A49E

Text Example


Text Example

White with #F4A49E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4A49E; }

 p { color: rgb(244,164,158); }

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

background-color css

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

 a { background-color: rgb(244,164,158); }

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

border-color css

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

 span { border-color: rgb(244,164,158); }

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