Html Css Color HEX #F0BA97 Mandys Pink

📋 copy color: '#F0BA97'

red 240 ◦ green 186 ◦ blue 151

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

Shades of Mandys Pink #F0BA97

Tints of Mandys Pink #F0BA97

RGB

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

 GREEN value IS 186 (73.05% from 255) = 32.24%

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

R = 41.59%
G = 32.24%
B = 26.17%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.37

 K value IS 0.06

RGB Variations

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

Color information

#F0BA97 (or 0xF0BA97) is known color: Mandys Pink. HEX triplet: F0, BA and 97. RGB value is (240,186,151). Sum of RGB (Red+Green+Blue) = 240+186+151=577 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.59% from 577); Green value is 186 (73.05% from 255 or 32.24% from 577); Blue value is 151 (59.38% from 255 or 26.17% from 577); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BA97 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0BA97 is #0F4568. Grayscale: #C6C6C6. Windows color (decimal): -1000809 or 9943792. OLE color: 9943792.

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

Color convert

RGB 240 186 151 -
CMYK 0 0.22 0.37 0.06
HSL 23.6º 0.75% 0.77% -
HSV(B) 23.6º 0.37% 0.94% -
XYZ 59.08 55.88 36.95 -
YUV 198.16 101.39 157.85 -
System Red Green Blue C M Y K H S L
Decimal 240 186 151 0 0.22 0.37 0.06 23.6 0.75 0.77
Hex F0 BA 97 0 16 25 6 18 4B 4D
Octal 360 272 227 0 26 45 6 30 113 115
Binary 11110000 10111010 10010111 0 10110 100101 110 11000 1001011 1001101

Color Harmonies of #F0BA97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BA97

Black with #F0BA97

Text Example


Text Example

White with #F0BA97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BA97; }

 p { color: rgb(240,186,151); }

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

background-color css

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

 a { background-color: rgb(240,186,151); }

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

border-color css

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

 span { border-color: rgb(240,186,151); }

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