#FFAE95

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

Shades of Rose Bud #FFAE95

Tints of Rose Bud #FFAE95

Color information

#FFAE95 (or 0xFFAE95) is unknown color: approx Rose Bud. HEX triplet: FF, AE and 95. RGB value is (255,174,149). Sum of RGB (Red+Green+Blue) = 255+174+149=578 (76% of max value = 765). Red value is 255 (100% from 255 or 44.12% from 578); Green value is 174 (68.36% from 255 or 30.10% from 578); Blue value is 149 (58.59% from 255 or 25.78% from 578); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAE95 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAE95 is #00516A. Grayscale: #C3C3C3. Windows color (decimal): -20843 or 9809663. OLE color: 9809663.

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

Color convert

RGB255174149-
CMYK00.320.420
HSL14.15º100%79.22%-
HSV(B)14.15º41.57%100%-
XYZ61.853.735.54-
YUV195.37101.84170.53-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.12%
GREEN value IS 174 (68.36% from 255) = 30.10%
BLUE value IS 149 (58.59% from 255) = 25.78%
R=44.12%
G=30.10%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.42
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517414900.320.42014.1510079.22
HexFFAE950202A0e644f
Octal37725622504052016144117
Binary11111111101011101001010101000001010100111011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAE95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAE95; }

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

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

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

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

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

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

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

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