Html Css Color HEX #F2B096 Mandys Pink

📋 copy color: '#F2B096'

red 242 ◦ green 176 ◦ blue 150

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

Shades of Mandys Pink #F2B096

Tints of Mandys Pink #F2B096

RGB

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

 GREEN value IS 176 (69.14% from 255) = 30.99%

 BLUE value IS 150 (58.98% from 255) = 26.41%

R = 42.61%
G = 30.99%
B = 26.41%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#F2B096 (or 0xF2B096) is known color: Mandys Pink. HEX triplet: F2, B0 and 96. RGB value is (242,176,150). Sum of RGB (Red+Green+Blue) = 242+176+150=568 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.61% from 568); Green value is 176 (69.14% from 255 or 30.99% from 568); Blue value is 150 (58.98% from 255 or 26.41% from 568); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B096 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2B096 is #0D4F69. Grayscale: #C0C0C0. Windows color (decimal): -872298 or 9875698. OLE color: 9875698.

HSL color Cylindrical-coordinate representation of color #F2B096: hue angle of 16.96º 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 #F2B096 is Cyan = 0, Magento = 0.27, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 176 150 -
CMYK 0 0.27 0.38 0.05
HSL 16.96º 0.78% 0.77% -
HSV(B) 16.96º 0.38% 0.95% -
XYZ 57.65 52.13 35.88 -
YUV 192.77 103.87 163.11 -
System Red Green Blue C M Y K H S L
Decimal 242 176 150 0 0.27 0.38 0.05 16.96 0.78 0.77
Hex F2 B0 96 0 1B 26 5 11 4E 4D
Octal 362 260 226 0 33 46 5 21 116 115
Binary 11110010 10110000 10010110 0 11011 100110 101 10001 1001110 1001101

Color Harmonies of #F2B096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B096

Black with #F2B096

Text Example


Text Example

White with #F2B096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B096; }

 p { color: rgb(242,176,150); }

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

background-color css

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

 a { background-color: rgb(242,176,150); }

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

border-color css

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

 span { border-color: rgb(242,176,150); }

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