#FFA699

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

Shades of Rose Bud #FFA699

Tints of Rose Bud #FFA699

Color information

#FFA699 (or 0xFFA699) is unknown color: approx Rose Bud. HEX triplet: FF, A6 and 99. RGB value is (255,166,153). Sum of RGB (Red+Green+Blue) = 255+166+153=574 (76% of max value = 765). Red value is 255 (100% from 255 or 44.43% from 574); Green value is 166 (65.23% from 255 or 28.92% from 574); Blue value is 153 (60.16% from 255 or 26.66% from 574); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA699 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA699 is #005966. Grayscale: #BFBFBF. Windows color (decimal): -22887 or 10069759. OLE color: 10069759.

HSL color Cylindrical-coordinate representation of color #FFA699: hue angle of 7.65º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FFA699 is Cyan = 0, Magento = 0.35, Yellow = 0.4 and Black (K on CMYK) = 0.

Color convert

RGB255166153-
CMYK00.350.40
HSL7.65º100%80%-
HSV(B)7.65º40%100%-
XYZ60.6350.8336.75-
YUV191.13106.49173.56-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.43%
GREEN value IS 166 (65.23% from 255) = 28.92%
BLUE value IS 153 (60.16% from 255) = 26.66%
R=44.43%
G=28.92%
B=26.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.4
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516615300.350.407.6510080
HexFFA69902328086450
Octal37724623104350010144120
Binary11111111101001101001100101000111010000100011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA699; }

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

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

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

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

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

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

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

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