Html Css Color HEX #F0ADAD Sundown

📋 copy color: '#F0ADAD'

red 240 ◦ green 173 ◦ blue 173

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

Shades of Sundown #F0ADAD

Tints of Sundown #F0ADAD

RGB

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

 GREEN value IS 173 (67.97% from 255) = 29.52%

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

R = 40.96%
G = 29.52%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#F0ADAD (or 0xF0ADAD) is known color: Sundown. HEX triplet: F0, AD and AD. RGB value is (240,173,173). Sum of RGB (Red+Green+Blue) = 240+173+173=586 (77% of max value = 765). Red value is 240 (94.14% from 255 or 40.96% from 586); Green value is 173 (67.97% from 255 or 29.52% from 586); Blue value is 173 (67.97% from 255 or 29.52% from 586); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ADAD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0ADAD is #0F5252. Grayscale: #C1C1C1. Windows color (decimal): -1004115 or 11382256. OLE color: 11382256.

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

Color convert

RGB 240 173 173 -
CMYK 0 0.28 0.28 0.06
HSL 0.69% 0.81% -
HSV(B) 0.28% 0.94% -
XYZ 58.42 51.43 46.38 -
YUV 193.03 116.7 161.5 -
System Red Green Blue C M Y K H S L
Decimal 240 173 173 0 0.28 0.28 0.06 0 0.69 0.81
Hex F0 AD AD 0 1C 1C 6 0 45 51
Octal 360 255 255 0 34 34 6 0 105 121
Binary 11110000 10101101 10101101 0 11100 11100 110 0 1000101 1010001

Color Harmonies of #F0ADAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0ADAD

Black with #F0ADAD

Text Example


Text Example

White with #F0ADAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0ADAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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