Html Css Color HEX #F2AFAD Sundown

📋 copy color: '#F2AFAD'

red 242 ◦ green 175 ◦ blue 173

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

Shades of Sundown #F2AFAD

Tints of Sundown #F2AFAD

RGB

 RED value IS 242 (94.92% from 255) = 41.02%

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

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

R = 41.02%
G = 29.66%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F2AFAD (or 0xF2AFAD) is known color: Sundown. HEX triplet: F2, AF and AD. RGB value is (242,175,173). Sum of RGB (Red+Green+Blue) = 242+175+173=590 (78% of max value = 765). Red value is 242 (94.92% from 255 or 41.02% from 590); Green value is 175 (68.75% from 255 or 29.66% from 590); Blue value is 173 (67.97% from 255 or 29.32% from 590); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AFAD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2AFAD is #0D5052. Grayscale: #C2C2C2. Windows color (decimal): -872531 or 11382770. OLE color: 11382770.

HSL color Cylindrical-coordinate representation of color #F2AFAD: hue angle of 1.74º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F2AFAD is Cyan = 0, Magento = 0.28, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 175 173 -
CMYK 0 0.28 0.29 0.05
HSL 1.74º 0.73% 0.81% -
HSV(B) 1.74º 0.29% 0.95% -
XYZ 59.49 52.55 46.54 -
YUV 194.81 115.7 161.66 -
System Red Green Blue C M Y K H S L
Decimal 242 175 173 0 0.28 0.29 0.05 1.74 0.73 0.81
Hex F2 AF AD 0 1C 1D 5 2 49 51
Octal 362 257 255 0 34 35 5 2 111 121
Binary 11110010 10101111 10101101 0 11100 11101 101 10 1001001 1010001

Color Harmonies of #F2AFAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2AFAD

Black with #F2AFAD

Text Example


Text Example

White with #F2AFAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2AFAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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