#FFAE97

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

Shades of Rose Bud #FFAE97

Tints of Rose Bud #FFAE97

Color information

#FFAE97 (or 0xFFAE97) is unknown color: approx Rose Bud. HEX triplet: FF, AE and 97. RGB value is (255,174,151). Sum of RGB (Red+Green+Blue) = 255+174+151=580 (76% of max value = 765). Red value is 255 (100% from 255 or 43.97% from 580); Green value is 174 (68.36% from 255 or 30% from 580); Blue value is 151 (59.38% from 255 or 26.03% from 580); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAE97 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAE97 is #005168. Grayscale: #C3C3C3. Windows color (decimal): -20841 or 9940735. OLE color: 9940735.

HSL color Cylindrical-coordinate representation of color #FFAE97: hue angle of 13.27º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FFAE97 is Cyan = 0, Magento = 0.32, Yellow = 0.41 and Black (K on CMYK) = 0.

Color convert

RGB255174151-
CMYK00.320.410
HSL13.27º100%79.61%-
HSV(B)13.27º40.78%100%-
XYZ61.9653.7736.39-
YUV195.6102.84170.37-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.97%
GREEN value IS 174 (68.36% from 255) = 30%
BLUE value IS 151 (59.38% from 255) = 26.03%
R=43.97%
G=30%
B=26.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.41
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517415100.320.41013.2710079.61
HexFFAE97020290d6450
Octal37725622704051015144120
Binary11111111101011101001011101000001010010110111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAE97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAE97; }

 p { color: rgb(255,174,151); }

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

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

 a { background-color: rgb(255,174,151); }

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

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

 span { border-color: rgb(255,174,151); }

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