#F6A799

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

Shades of Rose Bud #F6A799

Tints of Rose Bud #F6A799

Color information

#F6A799 (or 0xF6A799) is unknown color: approx Rose Bud. HEX triplet: F6, A7 and 99. RGB value is (246,167,153). Sum of RGB (Red+Green+Blue) = 246+167+153=566 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.46% from 566); Green value is 167 (65.62% from 255 or 29.51% from 566); Blue value is 153 (60.16% from 255 or 27.03% from 566); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A799 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6A799 is #095866. Grayscale: #BDBDBD. Windows color (decimal): -612455 or 10070006. OLE color: 10070006.

HSL color Cylindrical-coordinate representation of color #F6A799: hue angle of 9.03º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F6A799 is Cyan = 0, Magento = 0.32, Yellow = 0.38 and Black (K on CMYK) = 0.04.

Color convert

RGB246167153-
CMYK00.320.380.04
HSL9.03º83.78%78.24%-
HSV(B)9.03º37.8%96.47%-
XYZ57.5749.5336.66-
YUV189.02107.67168.64-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 43.46%
GREEN value IS 167 (65.62% from 255) = 29.51%
BLUE value IS 153 (60.16% from 255) = 27.03%
R=43.46%
G=29.51%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.38
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24616715300.320.380.049.0383.7878.24
HexF6A7990202649544e
Octal36624723104046411124116
Binary1111011010100111100110010100000100110100100110101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6A799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6A799; }

 p { color: rgb(246,167,153); }

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

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

 a { background-color: rgb(246,167,153); }

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

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

 span { border-color: rgb(246,167,153); }

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