Html Css Color HEX #F2B497 Mandys Pink

📋 copy color: '#F2B497'

red 242 ◦ green 180 ◦ blue 151

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

Shades of Mandys Pink #F2B497

Tints of Mandys Pink #F2B497

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 26.35%

R = 42.23%
G = 31.41%
B = 26.35%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#F2B497 (or 0xF2B497) is known color: Mandys Pink. HEX triplet: F2, B4 and 97. RGB value is (242,180,151). Sum of RGB (Red+Green+Blue) = 242+180+151=573 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.23% from 573); Green value is 180 (70.70% from 255 or 31.41% from 573); Blue value is 151 (59.38% from 255 or 26.35% from 573); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B497 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2B497 is #0D4B68. Grayscale: #C3C3C3. Windows color (decimal): -871273 or 9942258. OLE color: 9942258.

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

Color convert

RGB 242 180 151 -
CMYK 0 0.26 0.38 0.05
HSL 19.12º 0.78% 0.77% -
HSV(B) 19.12º 0.38% 0.95% -
XYZ 58.53 53.75 36.57 -
YUV 195.23 103.04 161.36 -
System Red Green Blue C M Y K H S L
Decimal 242 180 151 0 0.26 0.38 0.05 19.12 0.78 0.77
Hex F2 B4 97 0 1A 26 5 13 4E 4D
Octal 362 264 227 0 32 46 5 23 116 115
Binary 11110010 10110100 10010111 0 11010 100110 101 10011 1001110 1001101

Color Harmonies of #F2B497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B497

Black with #F2B497

Text Example


Text Example

White with #F2B497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B497; }

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

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

background-color css

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

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

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

border-color css

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

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

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