Html Css Color HEX #F0AFAD Sundown

📋 copy color: '#F0AFAD'

red 240 ◦ green 175 ◦ blue 173

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

Shades of Sundown #F0AFAD

Tints of Sundown #F0AFAD

RGB

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

 GREEN value IS 175 (68.75% from 255) = 29.76%

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

R = 40.82%
G = 29.76%
B = 29.42%

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

#F0AFAD (or 0xF0AFAD) is known color: Sundown. HEX triplet: F0, AF and AD. RGB value is (240,175,173). Sum of RGB (Red+Green+Blue) = 240+175+173=588 (77% of max value = 765). Red value is 240 (94.14% from 255 or 40.82% from 588); Green value is 175 (68.75% from 255 or 29.76% from 588); Blue value is 173 (67.97% from 255 or 29.42% from 588); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AFAD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0AFAD is #0F5052. Grayscale: #C2C2C2. Windows color (decimal): -1003603 or 11382768. OLE color: 11382768.

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

Color convert

RGB 240 175 173 -
CMYK 0 0.27 0.28 0.06
HSL 1.79º 0.69% 0.81% -
HSV(B) 1.79º 0.28% 0.94% -
XYZ 58.81 52.2 46.51 -
YUV 194.21 116.03 160.66 -
System Red Green Blue C M Y K H S L
Decimal 240 175 173 0 0.27 0.28 0.06 1.79 0.69 0.81
Hex F0 AF AD 0 1B 1C 6 2 45 51
Octal 360 257 255 0 33 34 6 2 105 121
Binary 11110000 10101111 10101101 0 11011 11100 110 10 1000101 1010001

Color Harmonies of #F0AFAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0AFAD

Black with #F0AFAD

Text Example


Text Example

White with #F0AFAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0AFAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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