Html Css Color HEX #F0B595 Mandys Pink

📋 copy color: '#F0B595'

red 240 ◦ green 181 ◦ blue 149

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

Shades of Mandys Pink #F0B595

Tints of Mandys Pink #F0B595

RGB

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

 GREEN value IS 181 (71.09% from 255) = 31.75%

 BLUE value IS 149 (58.59% from 255) = 26.14%

R = 42.11%
G = 31.75%
B = 26.14%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#F0B595 (or 0xF0B595) is known color: Mandys Pink. HEX triplet: F0, B5 and 95. RGB value is (240,181,149). Sum of RGB (Red+Green+Blue) = 240+181+149=570 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.11% from 570); Green value is 181 (71.09% from 255 or 31.75% from 570); Blue value is 149 (58.59% from 255 or 26.14% from 570); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B595 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0B595 is #0F4A6A. Grayscale: #C3C3C3. Windows color (decimal): -1002091 or 9811440. OLE color: 9811440.

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

Color convert

RGB 240 181 149 -
CMYK 0 0.25 0.38 0.06
HSL 21.1º 0.75% 0.76% -
HSV(B) 21.1º 0.38% 0.94% -
XYZ 57.88 53.74 35.76 -
YUV 194.99 102.05 160.1 -
System Red Green Blue C M Y K H S L
Decimal 240 181 149 0 0.25 0.38 0.06 21.1 0.75 0.76
Hex F0 B5 95 0 19 26 6 15 4B 4C
Octal 360 265 225 0 31 46 6 25 113 114
Binary 11110000 10110101 10010101 0 11001 100110 110 10101 1001011 1001100

Color Harmonies of #F0B595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B595

Black with #F0B595

Text Example


Text Example

White with #F0B595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B595; }

 p { color: rgb(240,181,149); }

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

background-color css

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

 a { background-color: rgb(240,181,149); }

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

border-color css

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

 span { border-color: rgb(240,181,149); }

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