#FDA697

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

Shades of Rose Bud #FDA697

Tints of Rose Bud #FDA697

Color information

#FDA697 (or 0xFDA697) is unknown color: approx Rose Bud. HEX triplet: FD, A6 and 97. RGB value is (253,166,151). Sum of RGB (Red+Green+Blue) = 253+166+151=570 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.39% from 570); Green value is 166 (65.23% from 255 or 29.12% from 570); Blue value is 151 (59.38% from 255 or 26.49% from 570); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA697 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA697 is #025968. Grayscale: #BEBEBE. Windows color (decimal): -153961 or 9938685. OLE color: 9938685.

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

Color convert

RGB253166151-
CMYK00.340.400.01
HSL8.82º96.23%79.22%-
HSV(B)8.82º40.32%99.22%-
XYZ59.7350.3935.86-
YUV190.3105.82172.72-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 44.39%
GREEN value IS 166 (65.23% from 255) = 29.12%
BLUE value IS 151 (59.38% from 255) = 26.49%
R=44.39%
G=29.12%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.40
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25316615100.340.400.018.8296.2379.22
HexFDA6970222819604f
Octal37524622704250111140117
Binary11111101101001101001011101000101010001100111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA697; }

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

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

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

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

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

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

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

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