Html Css Color HEX #F2ADAB Sundown

📋 copy color: '#F2ADAB'

red 242 ◦ green 173 ◦ blue 171

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

Shades of Sundown #F2ADAB

Tints of Sundown #F2ADAB

RGB

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

 GREEN value IS 173 (67.97% from 255) = 29.52%

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

R = 41.3%
G = 29.52%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F2ADAB (or 0xF2ADAB) is known color: Sundown. HEX triplet: F2, AD and AB. RGB value is (242,173,171). Sum of RGB (Red+Green+Blue) = 242+173+171=586 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.30% from 586); Green value is 173 (67.97% from 255 or 29.52% from 586); Blue value is 171 (67.19% from 255 or 29.18% from 586); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ADAB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2ADAB is #0D5254. Grayscale: #C1C1C1. Windows color (decimal): -873045 or 11251186. OLE color: 11251186.

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

Color convert

RGB 242 173 171 -
CMYK 0 0.29 0.29 0.05
HSL 1.69º 0.73% 0.81% -
HSV(B) 1.69º 0.29% 0.95% -
XYZ 58.91 51.7 45.4 -
YUV 193.4 115.36 162.66 -
System Red Green Blue C M Y K H S L
Decimal 242 173 171 0 0.29 0.29 0.05 1.69 0.73 0.81
Hex F2 AD AB 0 1D 1D 5 2 49 51
Octal 362 255 253 0 35 35 5 2 111 121
Binary 11110010 10101101 10101011 0 11101 11101 101 10 1001001 1010001

Color Harmonies of #F2ADAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2ADAB

Black with #F2ADAB

Text Example


Text Example

White with #F2ADAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2ADAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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