#F8AA90

Color #F8AA90 Rose Bud (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Bud #F8AA90

Tints of Rose Bud #F8AA90

Color information

#F8AA90 (or 0xF8AA90) is unknown color: approx Rose Bud. HEX triplet: F8, AA and 90. RGB value is (248,170,144). Sum of RGB (Red+Green+Blue) = 248+170+144=562 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.13% from 562); Green value is 170 (66.80% from 255 or 30.25% from 562); Blue value is 144 (56.64% from 255 or 25.62% from 562); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AA90 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8AA90 is #07556F. Grayscale: #BEBEBE. Windows color (decimal): -480624 or 9480952. OLE color: 9480952.

HSL color Cylindrical-coordinate representation of color #F8AA90: hue angle of 15º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F8AA90 is Cyan = 0, Magento = 0.31, Yellow = 0.42 and Black (K on CMYK) = 0.03.

Color convert

RGB248170144-
CMYK00.310.420.03
HSL15º88.14%76.86%-
HSV(B)15º41.94%97.25%-
XYZ58.1250.7233.11-
YUV190.36101.84169.11-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 44.13%
GREEN value IS 170 (66.80% from 255) = 30.25%
BLUE value IS 144 (56.64% from 255) = 25.62%
R=44.13%
G=30.25%
B=25.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.42
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24817014400.310.420.031588.1476.86
HexF8AA9001F2A3f584d
Octal37025222003752317130115
Binary11111000101010101001000001111110101011111110110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8AA90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8AA90; }

 p { color: rgb(248,170,144); }

 H1.HeaderClassName
 {
   color: #F8AA90;
 }
 .AnyTagClassName
 {
   color: #F8AA90;
 }
</style>
background-color css

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

 a { background-color: rgb(248,170,144); }

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

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

 span { border-color: rgb(248,170,144); }

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