#FDA199

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

Shades of Rose Bud #FDA199

Tints of Rose Bud #FDA199

Color information

#FDA199 (or 0xFDA199) is unknown color: approx Rose Bud. HEX triplet: FD, A1 and 99. RGB value is (253,161,153). Sum of RGB (Red+Green+Blue) = 253+161+153=567 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.62% from 567); Green value is 161 (63.28% from 255 or 28.40% from 567); Blue value is 153 (60.16% from 255 or 26.98% from 567); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA199 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA199 is #025E66. Grayscale: #BBBBBB. Windows color (decimal): -155239 or 10068477. OLE color: 10068477.

HSL color Cylindrical-coordinate representation of color #FDA199: hue angle of 4.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 #FDA199 is Cyan = 0, Magento = 0.36, Yellow = 0.40 and Black (K on CMYK) = 0.01.

Color convert

RGB253161153-
CMYK00.360.400.01
HSL4.8º96.15%79.61%-
HSV(B)4.8º39.53%99.22%-
XYZ5948.6736.42-
YUV187.6108.48174.65-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 44.62%
GREEN value IS 161 (63.28% from 255) = 28.40%
BLUE value IS 153 (60.16% from 255) = 26.98%
R=44.62%
G=28.40%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.40
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25316115300.360.400.014.896.1579.61
HexFDA19902428156050
Octal3752412310445015140120
Binary1111110110100001100110010100100101000110111000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA199; }

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

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

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

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

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

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

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

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