Html Css Color HEX #F0B396 Mandys Pink

📋 copy color: '#F0B396'

red 240 ◦ green 179 ◦ blue 150

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

Shades of Mandys Pink #F0B396

Tints of Mandys Pink #F0B396

RGB

 RED value IS 240 (94.14% from 255) = 42.18%

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

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

R = 42.18%
G = 31.46%
B = 26.36%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.37

 K value IS 0.06

RGB Variations

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

Color information

#F0B396 (or 0xF0B396) is known color: Mandys Pink. HEX triplet: F0, B3 and 96. RGB value is (240,179,150). Sum of RGB (Red+Green+Blue) = 240+179+150=569 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.18% from 569); Green value is 179 (70.31% from 255 or 31.46% from 569); Blue value is 150 (58.98% from 255 or 26.36% from 569); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B396 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0B396 is #0F4C69. Grayscale: #C2C2C2. Windows color (decimal): -1002602 or 9876464. OLE color: 9876464.

HSL color Cylindrical-coordinate representation of color #F0B396: hue angle of 19.33º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F0B396 is Cyan = 0, Magento = 0.25, Yellow = 0.37 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 179 150 -
CMYK 0 0.25 0.37 0.06
HSL 19.33º 0.75% 0.76% -
HSV(B) 19.33º 0.38% 0.94% -
XYZ 57.56 52.97 36.04 -
YUV 193.93 103.21 160.86 -
System Red Green Blue C M Y K H S L
Decimal 240 179 150 0 0.25 0.37 0.06 19.33 0.75 0.76
Hex F0 B3 96 0 19 25 6 13 4B 4C
Octal 360 263 226 0 31 45 6 23 113 114
Binary 11110000 10110011 10010110 0 11001 100101 110 10011 1001011 1001100

Color Harmonies of #F0B396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B396

Black with #F0B396

Text Example


Text Example

White with #F0B396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B396; }

 p { color: rgb(240,179,150); }

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

background-color css

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

 a { background-color: rgb(240,179,150); }

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

border-color css

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

 span { border-color: rgb(240,179,150); }

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