Html Css Color HEX #F2B0AB Sundown

📋 copy color: '#F2B0AB'

red 242 ◦ green 176 ◦ blue 171

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

Shades of Sundown #F2B0AB

Tints of Sundown #F2B0AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 29.03%

R = 41.09%
G = 29.88%
B = 29.03%

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

#F2B0AB (or 0xF2B0AB) is known color: Sundown. HEX triplet: F2, B0 and AB. RGB value is (242,176,171). Sum of RGB (Red+Green+Blue) = 242+176+171=589 (78% of max value = 765). Red value is 242 (94.92% from 255 or 41.09% from 589); Green value is 176 (69.14% from 255 or 29.88% from 589); Blue value is 171 (67.19% from 255 or 29.03% from 589); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B0AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2B0AB is #0D4F54. Grayscale: #C3C3C3. Windows color (decimal): -872277 or 11251954. OLE color: 11251954.

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

Color convert

RGB 242 176 171 -
CMYK 0 0.27 0.29 0.05
HSL 4.23º 0.73% 0.81% -
HSV(B) 4.23º 0.29% 0.95% -
XYZ 59.49 52.87 45.6 -
YUV 195.16 114.37 161.41 -
System Red Green Blue C M Y K H S L
Decimal 242 176 171 0 0.27 0.29 0.05 4.23 0.73 0.81
Hex F2 B0 AB 0 1B 1D 5 4 49 51
Octal 362 260 253 0 33 35 5 4 111 121
Binary 11110010 10110000 10101011 0 11011 11101 101 100 1001001 1010001

Color Harmonies of #F2B0AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B0AB

Black with #F2B0AB

Text Example


Text Example

White with #F2B0AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B0AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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