Html Css Color HEX #F2B499 Mandys Pink

📋 copy color: '#F2B499'

red 242 ◦ green 180 ◦ blue 153

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

Shades of Mandys Pink #F2B499

Tints of Mandys Pink #F2B499

RGB

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

 GREEN value IS 180 (70.7% from 255) = 31.3%

 BLUE value IS 153 (60.16% from 255) = 26.61%

R = 42.09%
G = 31.3%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.37

 K value IS 0.05

RGB Variations

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

Color information

#F2B499 (or 0xF2B499) is known color: Mandys Pink. HEX triplet: F2, B4 and 99. RGB value is (242,180,153). Sum of RGB (Red+Green+Blue) = 242+180+153=575 (76% of max value = 765). Red value is 242 (94.92% from 255 or 42.09% from 575); Green value is 180 (70.70% from 255 or 31.30% from 575); Blue value is 153 (60.16% from 255 or 26.61% from 575); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B499 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2B499 is #0D4B66. Grayscale: #C3C3C3. Windows color (decimal): -871271 or 10073330. OLE color: 10073330.

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

Color convert

RGB 242 180 153 -
CMYK 0 0.26 0.37 0.05
HSL 18.2º 0.77% 0.77% -
HSV(B) 18.2º 0.37% 0.95% -
XYZ 58.69 53.82 37.43 -
YUV 195.46 104.04 161.2 -
System Red Green Blue C M Y K H S L
Decimal 242 180 153 0 0.26 0.37 0.05 18.2 0.77 0.77
Hex F2 B4 99 0 1A 25 5 12 4D 4D
Octal 362 264 231 0 32 45 5 22 115 115
Binary 11110010 10110100 10011001 0 11010 100101 101 10010 1001101 1001101

Color Harmonies of #F2B499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B499

Black with #F2B499

Text Example


Text Example

White with #F2B499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B499; }

 p { color: rgb(242,180,153); }

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

background-color css

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

 a { background-color: rgb(242,180,153); }

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

border-color css

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

 span { border-color: rgb(242,180,153); }

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