Html Css Color HEX #FFAA93 Rose Bud

📋 copy color: '#FFAA93'

red 255 ◦ green 170 ◦ blue 147

#FFAA93
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rose Bud #FFAA93

Tints of Rose Bud #FFAA93

RGB

 RED value IS 255 (100% from 255) = 44.58%

 GREEN value IS 170 (66.8% from 255) = 29.72%

 BLUE value IS 147 (57.81% from 255) = 25.7%

R = 44.58%
G = 29.72%
B = 25.7%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.42

 K value IS 0

RGB Variations

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

Color information

#FFAA93 (or 0xFFAA93) is known color: 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

RGB 255 170 147 -
CMYK 0 0.33 0.42 0
HSL 12.78º 1% 0.79% -
HSV(B) 12.78º 0.42% 1% -
XYZ 60.88 52.12 34.45 -
YUV 192.79 102.16 172.37 -
System Red Green Blue C M Y K H S L
Decimal 255 170 147 0 0.33 0.42 0 12.78 1 0.79
Hex FF AA 93 0 21 2A 0 D 64 4F
Octal 377 252 223 0 41 52 0 15 144 117
Binary 11111111 10101010 10010011 0 100001 101010 0 1101 1100100 1001111

Color Harmonies of #FFAA93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAA93

Black with #FFAA93

Text Example


Text Example

White with #FFAA93

Text Example


Text Example

HTML Codes & Css Web 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>