#F8A297

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

Shades of Rose Bud #F8A297

Tints of Rose Bud #F8A297

Color information

#F8A297 (or 0xF8A297) is unknown color: approx Rose Bud. HEX triplet: F8, A2 and 97. RGB value is (248,162,151). Sum of RGB (Red+Green+Blue) = 248+162+151=561 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.21% from 561); Green value is 162 (63.67% from 255 or 28.88% from 561); Blue value is 151 (59.38% from 255 or 26.92% from 561); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A297 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8A297 is #075D68. Grayscale: #BABABA. Windows color (decimal): -482665 or 9937656. OLE color: 9937656.

HSL color Cylindrical-coordinate representation of color #F8A297: hue angle of 6.8º degrees, saturation: 0.87, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F8A297 is Cyan = 0, Magento = 0.35, Yellow = 0.39 and Black (K on CMYK) = 0.03.

Color convert

RGB248162151-
CMYK00.350.390.03
HSL6.8º87.39%78.24%-
HSV(B)6.8º39.11%97.25%-
XYZ57.2248.0335.53-
YUV186.46107.99171.89-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 44.21%
GREEN value IS 162 (63.67% from 255) = 28.88%
BLUE value IS 151 (59.38% from 255) = 26.92%
R=44.21%
G=28.88%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.39
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24816215100.350.390.036.887.3978.24
HexF8A2970232737574e
Octal3702422270434737127116
Binary11111000101000101001011101000111001111111110101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8A297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8A297; }

 p { color: rgb(248,162,151); }

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

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

 a { background-color: rgb(248,162,151); }

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

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

 span { border-color: rgb(248,162,151); }

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