Html Css Color HEX #F2B391 Mandys Pink

📋 copy color: '#F2B391'

red 242 ◦ green 179 ◦ blue 145

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

Shades of Mandys Pink #F2B391

Tints of Mandys Pink #F2B391

RGB

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

 GREEN value IS 179 (70.31% from 255) = 31.63%

 BLUE value IS 145 (57.03% from 255) = 25.62%

R = 42.76%
G = 31.63%
B = 25.62%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F2B391 (or 0xF2B391) is known color: Mandys Pink. HEX triplet: F2, B3 and 91. RGB value is (242,179,145). Sum of RGB (Red+Green+Blue) = 242+179+145=566 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.76% from 566); Green value is 179 (70.31% from 255 or 31.63% from 566); Blue value is 145 (57.03% from 255 or 25.62% from 566); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B391 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2B391 is #0D4C6E. Grayscale: #C2C2C2. Windows color (decimal): -871535 or 9548786. OLE color: 9548786.

HSL color Cylindrical-coordinate representation of color #F2B391: hue angle of 21.03º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F2B391 is Cyan = 0, Magento = 0.26, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 179 145 -
CMYK 0 0.26 0.40 0.05
HSL 21.03º 0.79% 0.76% -
HSV(B) 21.03º 0.4% 0.95% -
XYZ 57.85 53.16 34 -
YUV 193.96 100.37 162.26 -
System Red Green Blue C M Y K H S L
Decimal 242 179 145 0 0.26 0.40 0.05 21.03 0.79 0.76
Hex F2 B3 91 0 1A 28 5 15 4F 4C
Octal 362 263 221 0 32 50 5 25 117 114
Binary 11110010 10110011 10010001 0 11010 101000 101 10101 1001111 1001100

Color Harmonies of #F2B391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B391

Black with #F2B391

Text Example


Text Example

White with #F2B391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B391; }

 p { color: rgb(242,179,145); }

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

background-color css

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

 a { background-color: rgb(242,179,145); }

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

border-color css

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

 span { border-color: rgb(242,179,145); }

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