Html Css Color HEX #F0ACA8 Sundown

📋 copy color: '#F0ACA8'

red 240 ◦ green 172 ◦ blue 168

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

Shades of Sundown #F0ACA8

Tints of Sundown #F0ACA8

RGB

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

 GREEN value IS 172 (67.58% from 255) = 29.66%

 BLUE value IS 168 (66.02% from 255) = 28.97%

R = 41.38%
G = 29.66%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.3

 K value IS 0.06

RGB Variations

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

Color information

#F0ACA8 (or 0xF0ACA8) is known color: Sundown. HEX triplet: F0, AC and A8. RGB value is (240,172,168). Sum of RGB (Red+Green+Blue) = 240+172+168=580 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.38% from 580); Green value is 172 (67.58% from 255 or 29.66% from 580); Blue value is 168 (66.02% from 255 or 28.97% from 580); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ACA8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0ACA8 is #0F5357. Grayscale: #BFBFBF. Windows color (decimal): -1004376 or 11054320. OLE color: 11054320.

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

Color convert

RGB 240 172 168 -
CMYK 0 0.28 0.3 0.06
HSL 3.33º 0.71% 0.8% -
HSV(B) 3.33º 0.3% 0.94% -
XYZ 57.76 50.86 43.82 -
YUV 191.88 114.53 162.33 -
System Red Green Blue C M Y K H S L
Decimal 240 172 168 0 0.28 0.3 0.06 3.33 0.71 0.8
Hex F0 AC A8 0 1C 1E 6 3 47 50
Octal 360 254 250 0 34 36 6 3 107 120
Binary 11110000 10101100 10101000 0 11100 11110 110 11 1000111 1010000

Color Harmonies of #F0ACA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0ACA8

Black with #F0ACA8

Text Example


Text Example

White with #F0ACA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0ACA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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