Html Css Color HEX #F2B0AD Sundown

📋 copy color: '#F2B0AD'

red 242 ◦ green 176 ◦ blue 173

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

Shades of Sundown #F2B0AD

Tints of Sundown #F2B0AD

RGB

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

 GREEN value IS 176 (69.14% from 255) = 29.78%

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

R = 40.95%
G = 29.78%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F2B0AD (or 0xF2B0AD) is known color: Sundown. HEX triplet: F2, B0 and AD. RGB value is (242,176,173). Sum of RGB (Red+Green+Blue) = 242+176+173=591 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.95% from 591); Green value is 176 (69.14% from 255 or 29.78% from 591); Blue value is 173 (67.97% from 255 or 29.27% from 591); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B0AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2B0AD is #0D4F52. Grayscale: #C3C3C3. Windows color (decimal): -872275 or 11383026. OLE color: 11383026.

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

Color convert

RGB 242 176 173 -
CMYK 0 0.27 0.29 0.05
HSL 2.61º 0.73% 0.81% -
HSV(B) 2.61º 0.29% 0.95% -
XYZ 59.69 52.95 46.61 -
YUV 195.39 115.37 161.24 -
System Red Green Blue C M Y K H S L
Decimal 242 176 173 0 0.27 0.29 0.05 2.61 0.73 0.81
Hex F2 B0 AD 0 1B 1D 5 3 49 51
Octal 362 260 255 0 33 35 5 3 111 121
Binary 11110010 10110000 10101101 0 11011 11101 101 11 1001001 1010001

Color Harmonies of #F2B0AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B0AD

Black with #F2B0AD

Text Example


Text Example

White with #F2B0AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B0AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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