Html Css Color HEX #F0BA90 Mandys Pink

📋 copy color: '#F0BA90'

red 240 ◦ green 186 ◦ blue 144

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

Shades of Mandys Pink #F0BA90

Tints of Mandys Pink #F0BA90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 25.26%

R = 42.11%
G = 32.63%
B = 25.26%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.4

 K value IS 0.06

RGB Variations

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

Color information

#F0BA90 (or 0xF0BA90) is known color: Mandys Pink. HEX triplet: F0, BA and 90. RGB value is (240,186,144). Sum of RGB (Red+Green+Blue) = 240+186+144=570 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.11% from 570); Green value is 186 (73.05% from 255 or 32.63% from 570); Blue value is 144 (56.64% from 255 or 25.26% from 570); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BA90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0BA90 is #0F456F. Grayscale: #C5C5C5. Windows color (decimal): -1000816 or 9485040. OLE color: 9485040.

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

Color convert

RGB 240 186 144 -
CMYK 0 0.22 0.4 0.06
HSL 26.25º 0.76% 0.75% -
HSV(B) 26.25º 0.4% 0.94% -
XYZ 58.53 55.66 34.04 -
YUV 197.36 97.89 158.42 -
System Red Green Blue C M Y K H S L
Decimal 240 186 144 0 0.22 0.4 0.06 26.25 0.76 0.75
Hex F0 BA 90 0 16 28 6 1A 4C 4B
Octal 360 272 220 0 26 50 6 32 114 113
Binary 11110000 10111010 10010000 0 10110 101000 110 11010 1001100 1001011

Color Harmonies of #F0BA90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BA90

Black with #F0BA90

Text Example


Text Example

White with #F0BA90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BA90; }

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

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

background-color css

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

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

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

border-color css

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

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

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