Html Css Color HEX #F0B1AC Sundown

📋 copy color: '#F0B1AC'

red 240 ◦ green 177 ◦ blue 172

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

Shades of Sundown #F0B1AC

Tints of Sundown #F0B1AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 29.2%

R = 40.75%
G = 30.05%
B = 29.2%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#F0B1AC (or 0xF0B1AC) is known color: Sundown. HEX triplet: F0, B1 and AC. RGB value is (240,177,172). Sum of RGB (Red+Green+Blue) = 240+177+172=589 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.75% from 589); Green value is 177 (69.53% from 255 or 30.05% from 589); Blue value is 172 (67.58% from 255 or 29.20% from 589); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B1AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0B1AC is #0F4E53. Grayscale: #C3C3C3. Windows color (decimal): -1003092 or 11317744. OLE color: 11317744.

HSL color Cylindrical-coordinate representation of color #F0B1AC: hue angle of 4.41º 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 #F0B1AC is Cyan = 0, Magento = 0.26, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 177 172 -
CMYK 0 0.26 0.28 0.06
HSL 4.41º 0.69% 0.81% -
HSV(B) 4.41º 0.28% 0.94% -
XYZ 59.1 52.95 46.13 -
YUV 195.27 114.87 159.91 -
System Red Green Blue C M Y K H S L
Decimal 240 177 172 0 0.26 0.28 0.06 4.41 0.69 0.81
Hex F0 B1 AC 0 1A 1C 6 4 45 51
Octal 360 261 254 0 32 34 6 4 105 121
Binary 11110000 10110001 10101100 0 11010 11100 110 100 1000101 1010001

Color Harmonies of #F0B1AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B1AC

Black with #F0B1AC

Text Example


Text Example

White with #F0B1AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B1AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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