Html Css Color HEX #FFAA99 Rose Bud

📋 copy color: '#FFAA99'

red 255 ◦ green 170 ◦ blue 153

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

Shades of Rose Bud #FFAA99

Tints of Rose Bud #FFAA99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 26.47%

R = 44.12%
G = 29.41%
B = 26.47%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.4

 K value IS 0

RGB Variations

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

Color information

#FFAA99 (or 0xFFAA99) is known color: Rose Bud. HEX triplet: FF, AA and 99. RGB value is (255,170,153). Sum of RGB (Red+Green+Blue) = 255+170+153=578 (76% of max value = 765). Red value is 255 (100% from 255 or 44.12% from 578); Green value is 170 (66.80% from 255 or 29.41% from 578); Blue value is 153 (60.16% from 255 or 26.47% from 578); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAA99 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAA99 is #005566. Grayscale: #C1C1C1. Windows color (decimal): -21863 or 10070783. OLE color: 10070783.

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

Color convert

RGB 255 170 153 -
CMYK 0 0.33 0.4 0
HSL 10º 1% 0.8% -
HSV(B) 10º 0.4% 1% -
XYZ 61.36 52.31 37 -
YUV 193.48 105.16 171.88 -
System Red Green Blue C M Y K H S L
Decimal 255 170 153 0 0.33 0.4 0 10 1 0.8
Hex FF AA 99 0 21 28 0 A 64 50
Octal 377 252 231 0 41 50 0 12 144 120
Binary 11111111 10101010 10011001 0 100001 101000 0 1010 1100100 1010000

Color Harmonies of #FFAA99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAA99

Black with #FFAA99

Text Example


Text Example

White with #FFAA99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAA99; }

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

 H1.HeaderClassName
 {
   color: #FFAA99;
 }
 .AnyTagClassName
 {
   color: #FFAA99;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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