Html Css Color HEX #F0BD9A Mandys Pink

📋 copy color: '#F0BD9A'

red 240 ◦ green 189 ◦ blue 154

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

Shades of Mandys Pink #F0BD9A

Tints of Mandys Pink #F0BD9A

RGB

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

 GREEN value IS 189 (74.22% from 255) = 32.42%

 BLUE value IS 154 (60.55% from 255) = 26.42%

R = 41.17%
G = 32.42%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#F0BD9A (or 0xF0BD9A) is known color: Mandys Pink. HEX triplet: F0, BD and 9A. RGB value is (240,189,154). Sum of RGB (Red+Green+Blue) = 240+189+154=583 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.17% from 583); Green value is 189 (74.22% from 255 or 32.42% from 583); Blue value is 154 (60.55% from 255 or 26.42% from 583); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BD9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0BD9A is #0F4265. Grayscale: #C8C8C8. Windows color (decimal): -1000038 or 10141168. OLE color: 10141168.

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

Color convert

RGB 240 189 154 -
CMYK 0 0.21 0.36 0.06
HSL 24.42º 0.74% 0.77% -
HSV(B) 24.42º 0.36% 0.94% -
XYZ 59.97 57.25 38.46 -
YUV 200.26 101.9 156.35 -
System Red Green Blue C M Y K H S L
Decimal 240 189 154 0 0.21 0.36 0.06 24.42 0.74 0.77
Hex F0 BD 9A 0 15 24 6 18 4A 4D
Octal 360 275 232 0 25 44 6 30 112 115
Binary 11110000 10111101 10011010 0 10101 100100 110 11000 1001010 1001101

Color Harmonies of #F0BD9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BD9A

Black with #F0BD9A

Text Example


Text Example

White with #F0BD9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BD9A; }

 p { color: rgb(240,189,154); }

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

background-color css

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

 a { background-color: rgb(240,189,154); }

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

border-color css

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

 span { border-color: rgb(240,189,154); }

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