Html Css Color HEX #F5AA91 Rose Bud

📋 copy color: '#F5AA91'

red 245 ◦ green 170 ◦ blue 145

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

Shades of Rose Bud #F5AA91

Tints of Rose Bud #F5AA91

RGB

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

 GREEN value IS 170 (66.8% from 255) = 30.36%

 BLUE value IS 145 (57.03% from 255) = 25.89%

R = 43.75%
G = 30.36%
B = 25.89%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.41

 K value IS 0.04

RGB Variations

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

Color information

#F5AA91 (or 0xF5AA91) is known color: Rose Bud. HEX triplet: F5, AA and 91. RGB value is (245,170,145). Sum of RGB (Red+Green+Blue) = 245+170+145=560 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.75% from 560); Green value is 170 (66.80% from 255 or 30.36% from 560); Blue value is 145 (57.03% from 255 or 25.89% from 560); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AA91 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5AA91 is #0A556E. Grayscale: #BDBDBD. Windows color (decimal): -677231 or 9546485. OLE color: 9546485.

HSL color Cylindrical-coordinate representation of color #F5AA91: hue angle of 15º degrees, saturation: 0.83, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F5AA91 is Cyan = 0, Magento = 0.31, Yellow = 0.41 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 170 145 -
CMYK 0 0.31 0.41 0.04
HSL 15º 0.83% 0.76% -
HSV(B) 15º 0.41% 0.96% -
XYZ 57.14 50.21 33.47 -
YUV 189.58 102.85 167.53 -
System Red Green Blue C M Y K H S L
Decimal 245 170 145 0 0.31 0.41 0.04 15 0.83 0.76
Hex F5 AA 91 0 1F 29 4 F 53 4C
Octal 365 252 221 0 37 51 4 17 123 114
Binary 11110101 10101010 10010001 0 11111 101001 100 1111 1010011 1001100

Color Harmonies of #F5AA91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5AA91

Black with #F5AA91

Text Example


Text Example

White with #F5AA91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5AA91; }

 p { color: rgb(245,170,145); }

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

background-color css

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

 a { background-color: rgb(245,170,145); }

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

border-color css

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

 span { border-color: rgb(245,170,145); }

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