Html Css Color HEX #F2ADA1 Sundown

📋 copy color: '#F2ADA1'

red 242 ◦ green 173 ◦ blue 161

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

Shades of Sundown #F2ADA1

Tints of Sundown #F2ADA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 27.95%

R = 42.01%
G = 30.03%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.33

 K value IS 0.05

RGB Variations

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

Color information

#F2ADA1 (or 0xF2ADA1) is known color: Sundown. HEX triplet: F2, AD and A1. RGB value is (242,173,161). Sum of RGB (Red+Green+Blue) = 242+173+161=576 (76% of max value = 765). Red value is 242 (94.92% from 255 or 42.01% from 576); Green value is 173 (67.97% from 255 or 30.03% from 576); Blue value is 161 (63.28% from 255 or 27.95% from 576); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ADA1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2ADA1 is #0D525E. Grayscale: #C0C0C0. Windows color (decimal): -873055 or 10595826. OLE color: 10595826.

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

Color convert

RGB 242 173 161 -
CMYK 0 0.29 0.33 0.05
HSL 8.89º 0.76% 0.79% -
HSV(B) 8.89º 0.33% 0.95% -
XYZ 57.99 51.34 40.57 -
YUV 192.26 110.36 163.48 -
System Red Green Blue C M Y K H S L
Decimal 242 173 161 0 0.29 0.33 0.05 8.89 0.76 0.79
Hex F2 AD A1 0 1D 21 5 9 4C 4F
Octal 362 255 241 0 35 41 5 11 114 117
Binary 11110010 10101101 10100001 0 11101 100001 101 1001 1001100 1001111

Color Harmonies of #F2ADA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2ADA1

Black with #F2ADA1

Text Example


Text Example

White with #F2ADA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2ADA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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