Html Css Color HEX #FFB0AA Sundown

📋 copy color: '#FFB0AA'

red 255 ◦ green 176 ◦ blue 170

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

Shades of Sundown #FFB0AA

Tints of Sundown #FFB0AA

RGB

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

 GREEN value IS 176 (69.14% from 255) = 29.28%

 BLUE value IS 170 (66.8% from 255) = 28.29%

R = 42.43%
G = 29.28%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.33

 K value IS 0

RGB Variations

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

Color information

#FFB0AA (or 0xFFB0AA) is known color: Sundown. HEX triplet: FF, B0 and AA. RGB value is (255,176,170). Sum of RGB (Red+Green+Blue) = 255+176+170=601 (79% of max value = 765). Red value is 255 (100% from 255 or 42.43% from 601); Green value is 176 (69.14% from 255 or 29.28% from 601); Blue value is 170 (66.80% from 255 or 28.29% from 601); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB0AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFB0AA is #004F55. Grayscale: #C7C7C7. Windows color (decimal): -20310 or 11186431. OLE color: 11186431.

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

Color convert

RGB 255 176 170 -
CMYK 0 0.31 0.33 0
HSL 4.24º 1% 0.83% -
HSV(B) 4.24º 0.33% 1% -
XYZ 64.02 55.21 45.31 -
YUV 198.94 111.67 167.99 -
System Red Green Blue C M Y K H S L
Decimal 255 176 170 0 0.31 0.33 0 4.24 1 0.83
Hex FF B0 AA 0 1F 21 0 4 64 53
Octal 377 260 252 0 37 41 0 4 144 123
Binary 11111111 10110000 10101010 0 11111 100001 0 100 1100100 1010011

Color Harmonies of #FFB0AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB0AA

Black with #FFB0AA

Text Example


Text Example

White with #FFB0AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB0AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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