#FFAA93

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

Shades of Rose Bud #FFAA93

Tints of Rose Bud #FFAA93

Color information

#FFAA93 (or 0xFFAA93) is unknown color: approx Rose Bud. HEX triplet: FF, AA and 93. RGB value is (255,170,147). Sum of RGB (Red+Green+Blue) = 255+170+147=572 (75% of max value = 765). Red value is 255 (100% from 255 or 44.58% from 572); Green value is 170 (66.80% from 255 or 29.72% from 572); Blue value is 147 (57.81% from 255 or 25.70% from 572); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAA93 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAA93 is #00556C. Grayscale: #C0C0C0. Windows color (decimal): -21869 or 9677567. OLE color: 9677567.

HSL color Cylindrical-coordinate representation of color #FFAA93: hue angle of 12.78º 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 #FFAA93 is Cyan = 0, Magento = 0.33, Yellow = 0.42 and Black (K on CMYK) = 0.

Color convert

RGB255170147-
CMYK00.330.420
HSL12.78º100%78.82%-
HSV(B)12.78º42.35%100%-
XYZ60.8852.1234.45-
YUV192.79102.16172.37-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.58%
GREEN value IS 170 (66.80% from 255) = 29.72%
BLUE value IS 147 (57.81% from 255) = 25.70%
R=44.58%
G=29.72%
B=25.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.42
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517014700.330.42012.7810078.82
HexFFAA930212A0d644f
Octal37725222304152015144117
Binary11111111101010101001001101000011010100110111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAA93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAA93; }

 p { color: rgb(255,170,147); }

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

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

 a { background-color: rgb(255,170,147); }

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

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

 span { border-color: rgb(255,170,147); }

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