Html Css Color HEX #F2AD8C Mandys Pink

📋 copy color: '#F2AD8C'

red 242 ◦ green 173 ◦ blue 140

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

Shades of Mandys Pink #F2AD8C

Tints of Mandys Pink #F2AD8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 25.23%

R = 43.6%
G = 31.17%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#F2AD8C (or 0xF2AD8C) is known color: Mandys Pink. HEX triplet: F2, AD and 8C. RGB value is (242,173,140). Sum of RGB (Red+Green+Blue) = 242+173+140=555 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.60% from 555); Green value is 173 (67.97% from 255 or 31.17% from 555); Blue value is 140 (55.08% from 255 or 25.23% from 555); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AD8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2AD8C is #0D5273. Grayscale: #BEBEBE. Windows color (decimal): -873076 or 9219570. OLE color: 9219570.

HSL color Cylindrical-coordinate representation of color #F2AD8C: hue angle of 19.41º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F2AD8C is Cyan = 0, Magento = 0.29, Yellow = 0.42 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 173 140 -
CMYK 0 0.29 0.42 0.05
HSL 19.41º 0.8% 0.75% -
HSV(B) 19.41º 0.42% 0.95% -
XYZ 56.3 50.66 31.62 -
YUV 189.87 99.86 165.18 -
System Red Green Blue C M Y K H S L
Decimal 242 173 140 0 0.29 0.42 0.05 19.41 0.8 0.75
Hex F2 AD 8C 0 1D 2A 5 13 50 4B
Octal 362 255 214 0 35 52 5 23 120 113
Binary 11110010 10101101 10001100 0 11101 101010 101 10011 1010000 1001011

Color Harmonies of #F2AD8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2AD8C

Black with #F2AD8C

Text Example


Text Example

White with #F2AD8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2AD8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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