#F8AD99

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

Shades of Rose Bud #F8AD99

Tints of Rose Bud #F8AD99

Color information

#F8AD99 (or 0xF8AD99) is unknown color: approx Rose Bud. HEX triplet: F8, AD and 99. RGB value is (248,173,153). Sum of RGB (Red+Green+Blue) = 248+173+153=574 (76% of max value = 765). Red value is 248 (97.27% from 255 or 43.21% from 574); Green value is 173 (67.97% from 255 or 30.14% from 574); Blue value is 153 (60.16% from 255 or 26.66% from 574); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AD99 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8AD99 is #075266. Grayscale: #C1C1C1. Windows color (decimal): -479847 or 10071544. OLE color: 10071544.

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

Color convert

RGB248173153-
CMYK00.300.380.03
HSL12.63º87.16%78.63%-
HSV(B)12.63º38.31%97.25%-
XYZ59.452.1437.07-
YUV193.14105.35167.13-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 43.21%
GREEN value IS 173 (67.97% from 255) = 30.14%
BLUE value IS 153 (60.16% from 255) = 26.66%
R=43.21%
G=30.14%
B=26.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.38
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24817315300.300.380.0312.6387.1678.63
HexF8AD9901E263d574f
Octal37025523103646315127117
Binary11111000101011011001100101111010011011110110101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8AD99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8AD99; }

 p { color: rgb(248,173,153); }

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

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

 a { background-color: rgb(248,173,153); }

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

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

 span { border-color: rgb(248,173,153); }

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