Html Css Color HEX #F0B1A9 Sundown

📋 copy color: '#F0B1A9'

red 240 ◦ green 177 ◦ blue 169

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

Shades of Sundown #F0B1A9

Tints of Sundown #F0B1A9

RGB

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

 GREEN value IS 177 (69.53% from 255) = 30.2%

 BLUE value IS 169 (66.41% from 255) = 28.84%

R = 40.96%
G = 30.2%
B = 28.84%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.30

 K value IS 0.06

RGB Variations

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

Color information

#F0B1A9 (or 0xF0B1A9) is known color: Sundown. HEX triplet: F0, B1 and A9. RGB value is (240,177,169). Sum of RGB (Red+Green+Blue) = 240+177+169=586 (77% of max value = 765). Red value is 240 (94.14% from 255 or 40.96% from 586); Green value is 177 (69.53% from 255 or 30.20% from 586); Blue value is 169 (66.41% from 255 or 28.84% from 586); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B1A9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0B1A9 is #0F4E56. Grayscale: #C3C3C3. Windows color (decimal): -1003095 or 11121136. OLE color: 11121136.

HSL color Cylindrical-coordinate representation of color #F0B1A9: hue angle of 6.76º degrees, saturation: 0.7, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F0B1A9 is Cyan = 0, Magento = 0.26, Yellow = 0.30 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 177 169 -
CMYK 0 0.26 0.30 0.06
HSL 6.76º 0.7% 0.8% -
HSV(B) 6.76º 0.3% 0.94% -
XYZ 58.82 52.83 44.63 -
YUV 194.93 113.37 160.15 -
System Red Green Blue C M Y K H S L
Decimal 240 177 169 0 0.26 0.30 0.06 6.76 0.7 0.8
Hex F0 B1 A9 0 1A 1E 6 7 46 50
Octal 360 261 251 0 32 36 6 7 106 120
Binary 11110000 10110001 10101001 0 11010 11110 110 111 1000110 1010000

Color Harmonies of #F0B1A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B1A9

Black with #F0B1A9

Text Example


Text Example

White with #F0B1A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B1A9; }

 p { color: rgb(240,177,169); }

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

background-color css

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

 a { background-color: rgb(240,177,169); }

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

border-color css

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

 span { border-color: rgb(240,177,169); }

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