#FDA795

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

Shades of Rose Bud #FDA795

Tints of Rose Bud #FDA795

Color information

#FDA795 (or 0xFDA795) is unknown color: approx Rose Bud. HEX triplet: FD, A7 and 95. RGB value is (253,167,149). Sum of RGB (Red+Green+Blue) = 253+167+149=569 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.46% from 569); Green value is 167 (65.62% from 255 or 29.35% from 569); Blue value is 149 (58.59% from 255 or 26.19% from 569); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA795 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA795 is #02586A. Grayscale: #BEBEBE. Windows color (decimal): -153707 or 9807869. OLE color: 9807869.

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

Color convert

RGB253167149-
CMYK00.340.410.01
HSL10.38º96.3%78.82%-
HSV(B)10.38º41.11%99.22%-
XYZ59.7550.6935.07-
YUV190.66104.49172.46-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 44.46%
GREEN value IS 167 (65.62% from 255) = 29.35%
BLUE value IS 149 (58.59% from 255) = 26.19%
R=44.46%
G=29.35%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.41
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25316714900.340.410.0110.3896.378.82
HexFDA795022291a604f
Octal37524722504251112140117
Binary11111101101001111001010101000101010011101011000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA795; }

 p { color: rgb(253,167,149); }

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

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

 a { background-color: rgb(253,167,149); }

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

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

 span { border-color: rgb(253,167,149); }

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