Html Css Color HEX #FFAA98 Rose Bud

📋 copy color: '#FFAA98'

red 255 ◦ green 170 ◦ blue 152

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

Shades of Rose Bud #FFAA98

Tints of Rose Bud #FFAA98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 26.34%

R = 44.19%
G = 29.46%
B = 26.34%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.40

 K value IS 0

RGB Variations

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

Color information

#FFAA98 (or 0xFFAA98) is known color: Rose Bud. HEX triplet: FF, AA and 98. RGB value is (255,170,152). Sum of RGB (Red+Green+Blue) = 255+170+152=577 (76% of max value = 765). Red value is 255 (100% from 255 or 44.19% from 577); Green value is 170 (66.80% from 255 or 29.46% from 577); Blue value is 152 (59.77% from 255 or 26.34% from 577); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAA98 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAA98 is #005567. Grayscale: #C1C1C1. Windows color (decimal): -21864 or 10005247. OLE color: 10005247.

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

Color convert

RGB 255 170 152 -
CMYK 0 0.33 0.40 0
HSL 10.49º 1% 0.8% -
HSV(B) 10.49º 0.4% 1% -
XYZ 61.28 52.28 36.57 -
YUV 193.36 104.66 171.96 -
System Red Green Blue C M Y K H S L
Decimal 255 170 152 0 0.33 0.40 0 10.49 1 0.8
Hex FF AA 98 0 21 28 0 A 64 50
Octal 377 252 230 0 41 50 0 12 144 120
Binary 11111111 10101010 10011000 0 100001 101000 0 1010 1100100 1010000

Color Harmonies of #FFAA98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAA98

Black with #FFAA98

Text Example


Text Example

White with #FFAA98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAA98; }

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

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

background-color css

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

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

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

border-color css

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

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

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