#FDA097

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

Shades of Rose Bud #FDA097

Tints of Rose Bud #FDA097

Color information

#FDA097 (or 0xFDA097) is unknown color: approx Rose Bud. HEX triplet: FD, A0 and 97. RGB value is (253,160,151). Sum of RGB (Red+Green+Blue) = 253+160+151=564 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.86% from 564); Green value is 160 (62.89% from 255 or 28.37% from 564); Blue value is 151 (59.38% from 255 or 26.77% from 564); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA097 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA097 is #025F68. Grayscale: #BABABA. Windows color (decimal): -155497 or 9937149. OLE color: 9937149.

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

Color convert

RGB253160151-
CMYK00.370.400.01
HSL5.29º96.23%79.22%-
HSV(B)5.29º40.32%99.22%-
XYZ58.6648.2635.5-
YUV186.78107.81175.23-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 44.86%
GREEN value IS 160 (62.89% from 255) = 28.37%
BLUE value IS 151 (59.38% from 255) = 26.77%
R=44.86%
G=28.37%
B=26.77%

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
Decimal25316015100.370.400.015.2996.2379.22
HexFDA0970252815604f
Octal3752402270455015140117
Binary1111110110100000100101110100101101000110111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA097; }

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

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

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

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

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

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

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

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