Html Css Color HEX #F0B0AB Sundown

📋 copy color: '#F0B0AB'

red 240 ◦ green 176 ◦ blue 171

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

Shades of Sundown #F0B0AB

Tints of Sundown #F0B0AB

RGB

 RED value IS 240 (94.14% from 255) = 40.89%

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

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

R = 40.89%
G = 29.98%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#F0B0AB (or 0xF0B0AB) is known color: Sundown. HEX triplet: F0, B0 and AB. RGB value is (240,176,171). Sum of RGB (Red+Green+Blue) = 240+176+171=587 (77% of max value = 765). Red value is 240 (94.14% from 255 or 40.89% from 587); Green value is 176 (69.14% from 255 or 29.98% from 587); Blue value is 171 (67.19% from 255 or 29.13% from 587); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B0AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0B0AB is #0F4F54. Grayscale: #C2C2C2. Windows color (decimal): -1003349 or 11251952. OLE color: 11251952.

HSL color Cylindrical-coordinate representation of color #F0B0AB: hue angle of 4.35º degrees, saturation: 0.7, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F0B0AB is Cyan = 0, Magento = 0.27, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 176 171 -
CMYK 0 0.27 0.29 0.06
HSL 4.35º 0.7% 0.81% -
HSV(B) 4.35º 0.29% 0.94% -
XYZ 58.81 52.52 45.57 -
YUV 194.57 114.7 160.41 -
System Red Green Blue C M Y K H S L
Decimal 240 176 171 0 0.27 0.29 0.06 4.35 0.7 0.81
Hex F0 B0 AB 0 1B 1D 6 4 46 51
Octal 360 260 253 0 33 35 6 4 106 121
Binary 11110000 10110000 10101011 0 11011 11101 110 100 1000110 1010001

Color Harmonies of #F0B0AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B0AB

Black with #F0B0AB

Text Example


Text Example

White with #F0B0AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B0AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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