#F7A699

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

Shades of Rose Bud #F7A699

Tints of Rose Bud #F7A699

Color information

#F7A699 (or 0xF7A699) is unknown color: approx Rose Bud. HEX triplet: F7, A6 and 99. RGB value is (247,166,153). Sum of RGB (Red+Green+Blue) = 247+166+153=566 (74% of max value = 765). Red value is 247 (96.88% from 255 or 43.64% from 566); Green value is 166 (65.23% from 255 or 29.33% from 566); Blue value is 153 (60.16% from 255 or 27.03% from 566); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A699 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F7A699 is #085966. Grayscale: #BCBCBC. Windows color (decimal): -547175 or 10069751. OLE color: 10069751.

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

Color convert

RGB247166153-
CMYK00.330.380.03
HSL8.3º85.45%78.43%-
HSV(B)8.3º38.06%96.86%-
XYZ57.7449.3536.62-
YUV188.74107.84169.56-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 43.64%
GREEN value IS 166 (65.23% from 255) = 29.33%
BLUE value IS 153 (60.16% from 255) = 27.03%
R=43.64%
G=29.33%
B=27.03%

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
Decimal24716615300.330.380.038.385.4578.43
HexF7A6990212638554e
Octal36724623104146310125116
Binary111101111010011010011001010000110011011100010101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7A699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7A699; }

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

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

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

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

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

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

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

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