#FDAA9E

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

Shades of Rose Bud #FDAA9E

Tints of Rose Bud #FDAA9E

Color information

#FDAA9E (or 0xFDAA9E) is unknown color: approx Rose Bud. HEX triplet: FD, AA and 9E. RGB value is (253,170,158). Sum of RGB (Red+Green+Blue) = 253+170+158=581 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.55% from 581); Green value is 170 (66.80% from 255 or 29.26% from 581); Blue value is 158 (62.11% from 255 or 27.19% from 581); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAA9E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDAA9E is #025561. Grayscale: #C1C1C1. Windows color (decimal): -152930 or 10398461. OLE color: 10398461.

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

Color convert

RGB253170158-
CMYK00.330.380.01
HSL7.58º95.96%80.59%-
HSV(B)7.58º37.55%99.22%-
XYZ61.0552.139.19-
YUV193.45108170.48-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 43.55%
GREEN value IS 170 (66.80% from 255) = 29.26%
BLUE value IS 158 (62.11% from 255) = 27.19%
R=43.55%
G=29.26%
B=27.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.38
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25317015800.330.380.017.5895.9680.59
HexFDAA9E02126186051
Octal37525223604146110140121
Binary11111101101010101001111001000011001101100011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDAA9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDAA9E; }

 p { color: rgb(253,170,158); }

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

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

 a { background-color: rgb(253,170,158); }

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

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

 span { border-color: rgb(253,170,158); }

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