#FDA596

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

Shades of Rose Bud #FDA596

Tints of Rose Bud #FDA596

Color information

#FDA596 (or 0xFDA596) is unknown color: approx Rose Bud. HEX triplet: FD, A5 and 96. RGB value is (253,165,150). Sum of RGB (Red+Green+Blue) = 253+165+150=568 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.54% from 568); Green value is 165 (64.84% from 255 or 29.05% from 568); Blue value is 150 (58.98% from 255 or 26.41% from 568); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA596 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA596 is #025A69. Grayscale: #BDBDBD. Windows color (decimal): -154218 or 9872893. OLE color: 9872893.

HSL color Cylindrical-coordinate representation of color #FDA596: hue angle of 8.74º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FDA596 is Cyan = 0, Magento = 0.35, Yellow = 0.41 and Black (K on CMYK) = 0.01.

Color convert

RGB253165150-
CMYK00.350.410.01
HSL8.74º96.26%79.02%-
HSV(B)8.74º40.71%99.22%-
XYZ59.4749.9935.37-
YUV189.6105.65173.22-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 44.54%
GREEN value IS 165 (64.84% from 255) = 29.05%
BLUE value IS 150 (58.98% from 255) = 26.41%
R=44.54%
G=29.05%
B=26.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.41
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25316515000.350.410.018.7496.2679.02
HexFDA5960232919604f
Octal37524522604351111140117
Binary11111101101001011001011001000111010011100111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA596; }

 p { color: rgb(253,165,150); }

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

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

 a { background-color: rgb(253,165,150); }

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

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

 span { border-color: rgb(253,165,150); }

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