Html Css Color HEX #F4A496 Rose Bud

📋 copy color: '#F4A496'

red 244 ◦ green 164 ◦ blue 150

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

Shades of Rose Bud #F4A496

Tints of Rose Bud #F4A496

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 26.88%

R = 43.73%
G = 29.39%
B = 26.88%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.39

 K value IS 0.04

RGB Variations

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

Color information

#F4A496 (or 0xF4A496) is known color: Rose Bud. HEX triplet: F4, A4 and 96. RGB value is (244,164,150). Sum of RGB (Red+Green+Blue) = 244+164+150=558 (73% of max value = 765). Red value is 244 (95.70% from 255 or 43.73% from 558); Green value is 164 (64.45% from 255 or 29.39% from 558); Blue value is 150 (58.98% from 255 or 26.88% from 558); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A496 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F4A496 is #0B5B69. Grayscale: #BABABA. Windows color (decimal): -744298 or 9872628. OLE color: 9872628.

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

Color convert

RGB 244 164 150 -
CMYK 0 0.33 0.39 0.04
HSL 8.94º 0.81% 0.77% -
HSV(B) 8.94º 0.39% 0.96% -
XYZ 56.09 47.99 35.16 -
YUV 186.32 107.5 169.14 -
System Red Green Blue C M Y K H S L
Decimal 244 164 150 0 0.33 0.39 0.04 8.94 0.81 0.77
Hex F4 A4 96 0 21 27 4 9 51 4D
Octal 364 244 226 0 41 47 4 11 121 115
Binary 11110100 10100100 10010110 0 100001 100111 100 1001 1010001 1001101

Color Harmonies of #F4A496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4A496

Black with #F4A496

Text Example


Text Example

White with #F4A496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4A496; }

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

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

background-color css

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

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

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

border-color css

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

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

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