#FDA099

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

Shades of Rose Bud #FDA099

Tints of Rose Bud #FDA099

Color information

#FDA099 (or 0xFDA099) is unknown color: approx Rose Bud. HEX triplet: FD, A0 and 99. RGB value is (253,160,153). Sum of RGB (Red+Green+Blue) = 253+160+153=566 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.70% from 566); Green value is 160 (62.89% from 255 or 28.27% from 566); Blue value is 153 (60.16% from 255 or 27.03% from 566); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA099 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA099 is #025F66. Grayscale: #BBBBBB. Windows color (decimal): -155495 or 10068221. OLE color: 10068221.

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

Color convert

RGB253160153-
CMYK00.370.400.01
HSL4.2º96.15%79.61%-
HSV(B)4.2º39.53%99.22%-
XYZ58.8348.3236.36-
YUV187.01108.81175.07-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 44.70%
GREEN value IS 160 (62.89% from 255) = 28.27%
BLUE value IS 153 (60.16% from 255) = 27.03%
R=44.70%
G=28.27%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.40
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25316015300.370.400.014.296.1579.61
HexFDA09902528146050
Octal3752402310455014140120
Binary1111110110100000100110010100101101000110011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA099; }

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

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

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

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

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

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

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

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