Html Css Color HEX #F0BA8E Mandys Pink

📋 copy color: '#F0BA8E'

red 240 ◦ green 186 ◦ blue 142

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

Shades of Mandys Pink #F0BA8E

Tints of Mandys Pink #F0BA8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 25%

R = 42.25%
G = 32.75%
B = 25%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#F0BA8E (or 0xF0BA8E) is known color: Mandys Pink. HEX triplet: F0, BA and 8E. RGB value is (240,186,142). Sum of RGB (Red+Green+Blue) = 240+186+142=568 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.25% from 568); Green value is 186 (73.05% from 255 or 32.75% from 568); Blue value is 142 (55.86% from 255 or 25% from 568); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BA8E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0BA8E is #0F4571. Grayscale: #C5C5C5. Windows color (decimal): -1000818 or 9353968. OLE color: 9353968.

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

Color convert

RGB 240 186 142 -
CMYK 0 0.22 0.41 0.06
HSL 26.94º 0.77% 0.75% -
HSV(B) 26.94º 0.41% 0.94% -
XYZ 58.38 55.6 33.25 -
YUV 197.13 96.89 158.58 -
System Red Green Blue C M Y K H S L
Decimal 240 186 142 0 0.22 0.41 0.06 26.94 0.77 0.75
Hex F0 BA 8E 0 16 29 6 1B 4D 4B
Octal 360 272 216 0 26 51 6 33 115 113
Binary 11110000 10111010 10001110 0 10110 101001 110 11011 1001101 1001011

Color Harmonies of #F0BA8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BA8E

Black with #F0BA8E

Text Example


Text Example

White with #F0BA8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BA8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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