Html Css Color HEX #F2B79A Mandys Pink

📋 copy color: '#F2B79A'

red 242 ◦ green 183 ◦ blue 154

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

Shades of Mandys Pink #F2B79A

Tints of Mandys Pink #F2B79A

RGB

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

 GREEN value IS 183 (71.88% from 255) = 31.61%

 BLUE value IS 154 (60.55% from 255) = 26.6%

R = 41.8%
G = 31.61%
B = 26.6%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.36

 K value IS 0.05

RGB Variations

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

Color information

#F2B79A (or 0xF2B79A) is known color: Mandys Pink. HEX triplet: F2, B7 and 9A. RGB value is (242,183,154). Sum of RGB (Red+Green+Blue) = 242+183+154=579 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.80% from 579); Green value is 183 (71.88% from 255 or 31.61% from 579); Blue value is 154 (60.55% from 255 or 26.60% from 579); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B79A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2B79A is #0D4865. Grayscale: #C5C5C5. Windows color (decimal): -870502 or 10139634. OLE color: 10139634.

HSL color Cylindrical-coordinate representation of color #F2B79A: hue angle of 19.77º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F2B79A is Cyan = 0, Magento = 0.24, Yellow = 0.36 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 183 154 -
CMYK 0 0.24 0.36 0.05
HSL 19.77º 0.77% 0.78% -
HSV(B) 19.77º 0.36% 0.95% -
XYZ 59.38 55.08 38.07 -
YUV 197.34 103.55 159.86 -
System Red Green Blue C M Y K H S L
Decimal 242 183 154 0 0.24 0.36 0.05 19.77 0.77 0.78
Hex F2 B7 9A 0 18 24 5 14 4D 4E
Octal 362 267 232 0 30 44 5 24 115 116
Binary 11110010 10110111 10011010 0 11000 100100 101 10100 1001101 1001110

Color Harmonies of #F2B79A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B79A

Black with #F2B79A

Text Example


Text Example

White with #F2B79A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B79A; }

 p { color: rgb(242,183,154); }

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

background-color css

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

 a { background-color: rgb(242,183,154); }

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

border-color css

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

 span { border-color: rgb(242,183,154); }

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