#FFAE9E

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

Shades of Rose Bud #FFAE9E

Tints of Rose Bud #FFAE9E

Color information

#FFAE9E (or 0xFFAE9E) is unknown color: approx Rose Bud. HEX triplet: FF, AE and 9E. RGB value is (255,174,158). Sum of RGB (Red+Green+Blue) = 255+174+158=587 (77% of max value = 765). Red value is 255 (100% from 255 or 43.44% from 587); Green value is 174 (68.36% from 255 or 29.64% from 587); Blue value is 158 (62.11% from 255 or 26.92% from 587); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAE9E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAE9E is #005161. Grayscale: #C4C4C4. Windows color (decimal): -20834 or 10399487. OLE color: 10399487.

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

Color convert

RGB255174158-
CMYK00.320.380
HSL9.9º100%80.98%-
HSV(B)9.9º38.04%100%-
XYZ62.555439.47-
YUV196.4106.34169.8-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.44%
GREEN value IS 174 (68.36% from 255) = 29.64%
BLUE value IS 158 (62.11% from 255) = 26.92%
R=43.44%
G=29.64%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.38
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517415800.320.3809.910080.98
HexFFAE9E020260a6451
Octal37725623604046012144121
Binary11111111101011101001111001000001001100101011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAE9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAE9E; }

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

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

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

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

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

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

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

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