Html Css Color HEX #F2B5AB Sundown

📋 copy color: '#F2B5AB'

red 242 ◦ green 181 ◦ blue 171

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

Shades of Sundown #F2B5AB

Tints of Sundown #F2B5AB

RGB

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

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

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

R = 40.74%
G = 30.47%
B = 28.79%

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

#F2B5AB (or 0xF2B5AB) is known color: Sundown. HEX triplet: F2, B5 and AB. RGB value is (242,181,171). Sum of RGB (Red+Green+Blue) = 242+181+171=594 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.74% from 594); Green value is 181 (71.09% from 255 or 30.47% from 594); Blue value is 171 (67.19% from 255 or 28.79% from 594); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B5AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2B5AB is #0D4A54. Grayscale: #C6C6C6. Windows color (decimal): -870997 or 11253234. OLE color: 11253234.

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

Color convert

RGB 242 181 171 -
CMYK 0 0.25 0.29 0.05
HSL 8.45º 0.73% 0.81% -
HSV(B) 8.45º 0.29% 0.95% -
XYZ 60.49 54.87 45.93 -
YUV 198.1 112.71 159.31 -
System Red Green Blue C M Y K H S L
Decimal 242 181 171 0 0.25 0.29 0.05 8.45 0.73 0.81
Hex F2 B5 AB 0 19 1D 5 8 49 51
Octal 362 265 253 0 31 35 5 10 111 121
Binary 11110010 10110101 10101011 0 11001 11101 101 1000 1001001 1010001

Color Harmonies of #F2B5AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B5AB

Black with #F2B5AB

Text Example


Text Example

White with #F2B5AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B5AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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