#FDA699

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

Shades of Rose Bud #FDA699

Tints of Rose Bud #FDA699

Color information

#FDA699 (or 0xFDA699) is unknown color: approx Rose Bud. HEX triplet: FD, A6 and 99. RGB value is (253,166,153). Sum of RGB (Red+Green+Blue) = 253+166+153=572 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.23% from 572); Green value is 166 (65.23% from 255 or 29.02% from 572); Blue value is 153 (60.16% from 255 or 26.75% from 572); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA699 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA699 is #025966. Grayscale: #BEBEBE. Windows color (decimal): -153959 or 10069757. OLE color: 10069757.

HSL color Cylindrical-coordinate representation of color #FDA699: hue angle of 7.8º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FDA699 is Cyan = 0, Magento = 0.34, Yellow = 0.40 and Black (K on CMYK) = 0.01.

Color convert

RGB253166153-
CMYK00.340.400.01
HSL7.8º96.15%79.61%-
HSV(B)7.8º39.53%99.22%-
XYZ59.8950.4536.72-
YUV190.53106.82172.56-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 44.23%
GREEN value IS 166 (65.23% from 255) = 29.02%
BLUE value IS 153 (60.16% from 255) = 26.75%
R=44.23%
G=29.02%
B=26.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.40
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25316615300.340.400.017.896.1579.61
HexFDA69902228186050
Octal37524623104250110140120
Binary11111101101001101001100101000101010001100011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA699; }

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

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

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

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

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

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

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

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