#FFAE90

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

Shades of Rose Bud #FFAE90

Tints of Rose Bud #FFAE90

Color information

#FFAE90 (or 0xFFAE90) is unknown color: approx Rose Bud. HEX triplet: FF, AE and 90. RGB value is (255,174,144). Sum of RGB (Red+Green+Blue) = 255+174+144=573 (75% of max value = 765). Red value is 255 (100% from 255 or 44.50% from 573); Green value is 174 (68.36% from 255 or 30.37% from 573); Blue value is 144 (56.64% from 255 or 25.13% from 573); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAE90 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAE90 is #00516F. Grayscale: #C3C3C3. Windows color (decimal): -20848 or 9481983. OLE color: 9481983.

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

Color convert

RGB255174144-
CMYK00.320.440
HSL16.22º100%78.24%-
HSV(B)16.22º43.53%100%-
XYZ61.4153.5533.48-
YUV194.899.34170.94-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.50%
GREEN value IS 174 (68.36% from 255) = 30.37%
BLUE value IS 144 (56.64% from 255) = 25.13%
R=44.50%
G=30.37%
B=25.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.44
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517414400.320.44016.2210078.24
HexFFAE900202C010644e
Octal37725622004054020144116
Binary111111111010111010010000010000010110001000011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAE90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAE90; }

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

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

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

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

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

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

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

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