Html Css Color HEX #F0B0AD Sundown

📋 copy color: '#F0B0AD'

red 240 ◦ green 176 ◦ blue 173

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

Shades of Sundown #F0B0AD

Tints of Sundown #F0B0AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 29.37%

R = 40.75%
G = 29.88%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#F0B0AD (or 0xF0B0AD) is known color: Sundown. HEX triplet: F0, B0 and AD. RGB value is (240,176,173). Sum of RGB (Red+Green+Blue) = 240+176+173=589 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.75% from 589); Green value is 176 (69.14% from 255 or 29.88% from 589); Blue value is 173 (67.97% from 255 or 29.37% from 589); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B0AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0B0AD is #0F4F52. Grayscale: #C2C2C2. Windows color (decimal): -1003347 or 11383024. OLE color: 11383024.

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

Color convert

RGB 240 176 173 -
CMYK 0 0.27 0.28 0.06
HSL 2.69º 0.69% 0.81% -
HSV(B) 2.69º 0.28% 0.94% -
XYZ 59 52.59 46.58 -
YUV 194.79 115.7 160.24 -
System Red Green Blue C M Y K H S L
Decimal 240 176 173 0 0.27 0.28 0.06 2.69 0.69 0.81
Hex F0 B0 AD 0 1B 1C 6 3 45 51
Octal 360 260 255 0 33 34 6 3 105 121
Binary 11110000 10110000 10101101 0 11011 11100 110 11 1000101 1010001

Color Harmonies of #F0B0AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B0AD

Black with #F0B0AD

Text Example


Text Example

White with #F0B0AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B0AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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