Html Css Color HEX #FFB0AB Sundown

📋 copy color: '#FFB0AB'

red 255 ◦ green 176 ◦ blue 171

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

Shades of Sundown #FFB0AB

Tints of Sundown #FFB0AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 28.41%

R = 42.36%
G = 29.24%
B = 28.41%

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

#FFB0AB (or 0xFFB0AB) is known color: Sundown. HEX triplet: FF, B0 and AB. RGB value is (255,176,171). Sum of RGB (Red+Green+Blue) = 255+176+171=602 (79% of max value = 765). Red value is 255 (100% from 255 or 42.36% from 602); Green value is 176 (69.14% from 255 or 29.24% from 602); Blue value is 171 (67.19% from 255 or 28.41% from 602); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB0AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFB0AB is #004F54. Grayscale: #C7C7C7. Windows color (decimal): -20309 or 11251967. OLE color: 11251967.

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

Color convert

RGB 255 176 171 -
CMYK 0 0.31 0.33 0
HSL 3.57º 1% 0.84% -
HSV(B) 3.57º 0.33% 1% -
XYZ 64.12 55.25 45.81 -
YUV 199.05 112.17 167.91 -
System Red Green Blue C M Y K H S L
Decimal 255 176 171 0 0.31 0.33 0 3.57 1 0.84
Hex FF B0 AB 0 1F 21 0 4 64 54
Octal 377 260 253 0 37 41 0 4 144 124
Binary 11111111 10110000 10101011 0 11111 100001 0 100 1100100 1010100

Color Harmonies of #FFB0AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB0AB

Black with #FFB0AB

Text Example


Text Example

White with #FFB0AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB0AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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