#F8A699

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

Shades of Rose Bud #F8A699

Tints of Rose Bud #F8A699

Color information

#F8A699 (or 0xF8A699) is unknown color: approx Rose Bud. HEX triplet: F8, A6 and 99. RGB value is (248,166,153). Sum of RGB (Red+Green+Blue) = 248+166+153=567 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.74% from 567); Green value is 166 (65.23% from 255 or 29.28% from 567); Blue value is 153 (60.16% from 255 or 26.98% from 567); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A699 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8A699 is #075966. Grayscale: #BDBDBD. Windows color (decimal): -481639 or 10069752. OLE color: 10069752.

HSL color Cylindrical-coordinate representation of color #F8A699: hue angle of 8.21º 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 #F8A699 is Cyan = 0, Magento = 0.33, Yellow = 0.38 and Black (K on CMYK) = 0.03.

Color convert

RGB248166153-
CMYK00.330.380.03
HSL8.21º87.16%78.63%-
HSV(B)8.21º38.31%97.25%-
XYZ58.149.5336.63-
YUV189.04107.67170.06-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 43.74%
GREEN value IS 166 (65.23% from 255) = 29.28%
BLUE value IS 153 (60.16% from 255) = 26.98%
R=43.74%
G=29.28%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.38
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24816615300.330.380.038.2187.1678.63
HexF8A6990212638574f
Octal37024623104146310127117
Binary111110001010011010011001010000110011011100010101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8A699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8A699; }

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

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

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

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

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

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

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

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