Html Css Color HEX #F0BA9B Mandys Pink

📋 copy color: '#F0BA9B'

red 240 ◦ green 186 ◦ blue 155

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

Shades of Mandys Pink #F0BA9B

Tints of Mandys Pink #F0BA9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 26.68%

R = 41.31%
G = 32.01%
B = 26.68%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.35

 K value IS 0.06

RGB Variations

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

Color information

#F0BA9B (or 0xF0BA9B) is known color: Mandys Pink. HEX triplet: F0, BA and 9B. RGB value is (240,186,155). Sum of RGB (Red+Green+Blue) = 240+186+155=581 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.31% from 581); Green value is 186 (73.05% from 255 or 32.01% from 581); Blue value is 155 (60.94% from 255 or 26.68% from 581); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BA9B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0BA9B is #0F4564. Grayscale: #C6C6C6. Windows color (decimal): -1000805 or 10205936. OLE color: 10205936.

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

Color convert

RGB 240 186 155 -
CMYK 0 0.22 0.35 0.06
HSL 21.88º 0.74% 0.77% -
HSV(B) 21.88º 0.35% 0.94% -
XYZ 59.41 56.01 38.69 -
YUV 198.61 103.39 157.52 -
System Red Green Blue C M Y K H S L
Decimal 240 186 155 0 0.22 0.35 0.06 21.88 0.74 0.77
Hex F0 BA 9B 0 16 23 6 16 4A 4D
Octal 360 272 233 0 26 43 6 26 112 115
Binary 11110000 10111010 10011011 0 10110 100011 110 10110 1001010 1001101

Color Harmonies of #F0BA9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BA9B

Black with #F0BA9B

Text Example


Text Example

White with #F0BA9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BA9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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