Html Css Color HEX #F2B4AD Sundown

📋 copy color: '#F2B4AD'

red 242 ◦ green 180 ◦ blue 173

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

Shades of Sundown #F2B4AD

Tints of Sundown #F2B4AD

RGB

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

 GREEN value IS 180 (70.7% from 255) = 30.25%

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

R = 40.67%
G = 30.25%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F2B4AD (or 0xF2B4AD) is known color: Sundown. HEX triplet: F2, B4 and AD. RGB value is (242,180,173). Sum of RGB (Red+Green+Blue) = 242+180+173=595 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.67% from 595); Green value is 180 (70.70% from 255 or 30.25% from 595); Blue value is 173 (67.97% from 255 or 29.08% from 595); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B4AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2B4AD is #0D4B52. Grayscale: #C5C5C5. Windows color (decimal): -871251 or 11384050. OLE color: 11384050.

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

Color convert

RGB 242 180 173 -
CMYK 0 0.26 0.29 0.05
HSL 6.09º 0.73% 0.81% -
HSV(B) 6.09º 0.29% 0.95% -
XYZ 60.48 54.54 46.87 -
YUV 197.74 114.04 159.57 -
System Red Green Blue C M Y K H S L
Decimal 242 180 173 0 0.26 0.29 0.05 6.09 0.73 0.81
Hex F2 B4 AD 0 1A 1D 5 6 49 51
Octal 362 264 255 0 32 35 5 6 111 121
Binary 11110010 10110100 10101101 0 11010 11101 101 110 1001001 1010001

Color Harmonies of #F2B4AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B4AD

Black with #F2B4AD

Text Example


Text Example

White with #F2B4AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B4AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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