Html Css Color HEX #F5A497 Rose Bud

📋 copy color: '#F5A497'

red 245 ◦ green 164 ◦ blue 151

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

Shades of Rose Bud #F5A497

Tints of Rose Bud #F5A497

RGB

 RED value IS 245 (96.09% from 255) = 43.75%

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

 BLUE value IS 151 (59.38% from 255) = 26.96%

R = 43.75%
G = 29.29%
B = 26.96%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.38

 K value IS 0.04

RGB Variations

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

Color information

#F5A497 (or 0xF5A497) is known color: Rose Bud. HEX triplet: F5, A4 and 97. RGB value is (245,164,151). Sum of RGB (Red+Green+Blue) = 245+164+151=560 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.75% from 560); Green value is 164 (64.45% from 255 or 29.29% from 560); Blue value is 151 (59.38% from 255 or 26.96% from 560); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A497 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5A497 is #0A5B68. Grayscale: #BABABA. Windows color (decimal): -678761 or 9938165. OLE color: 9938165.

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

Color convert

RGB 245 164 151 -
CMYK 0 0.33 0.38 0.04
HSL 8.3º 0.82% 0.78% -
HSV(B) 8.3º 0.38% 0.96% -
XYZ 56.52 48.2 35.6 -
YUV 186.74 107.84 169.56 -
System Red Green Blue C M Y K H S L
Decimal 245 164 151 0 0.33 0.38 0.04 8.3 0.82 0.78
Hex F5 A4 97 0 21 26 4 8 52 4E
Octal 365 244 227 0 41 46 4 10 122 116
Binary 11110101 10100100 10010111 0 100001 100110 100 1000 1010010 1001110

Color Harmonies of #F5A497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5A497

Black with #F5A497

Text Example


Text Example

White with #F5A497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5A497; }

 p { color: rgb(245,164,151); }

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

background-color css

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

 a { background-color: rgb(245,164,151); }

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

border-color css

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

 span { border-color: rgb(245,164,151); }

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