Html Css Color HEX #F2B5AD Sundown

📋 copy color: '#F2B5AD'

red 242 ◦ green 181 ◦ blue 173

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

Shades of Sundown #F2B5AD

Tints of Sundown #F2B5AD

RGB

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

 GREEN value IS 181 (71.09% from 255) = 30.37%

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

R = 40.6%
G = 30.37%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F2B5AD (or 0xF2B5AD) is known color: Sundown. HEX triplet: F2, B5 and AD. RGB value is (242,181,173). Sum of RGB (Red+Green+Blue) = 242+181+173=596 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.60% from 596); Green value is 181 (71.09% from 255 or 30.37% from 596); Blue value is 173 (67.97% from 255 or 29.03% from 596); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B5AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2B5AD is #0D4A52. Grayscale: #C6C6C6. Windows color (decimal): -870995 or 11384306. OLE color: 11384306.

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

Color convert

RGB 242 181 173 -
CMYK 0 0.25 0.29 0.05
HSL 6.96º 0.73% 0.81% -
HSV(B) 6.96º 0.29% 0.95% -
XYZ 60.68 54.94 46.94 -
YUV 198.33 113.71 159.15 -
System Red Green Blue C M Y K H S L
Decimal 242 181 173 0 0.25 0.29 0.05 6.96 0.73 0.81
Hex F2 B5 AD 0 19 1D 5 7 49 51
Octal 362 265 255 0 31 35 5 7 111 121
Binary 11110010 10110101 10101101 0 11001 11101 101 111 1001001 1010001

Color Harmonies of #F2B5AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B5AD

Black with #F2B5AD

Text Example


Text Example

White with #F2B5AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B5AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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