Html Css Color HEX #F0BDA3 Mandys Pink

📋 copy color: '#F0BDA3'

red 240 ◦ green 189 ◦ blue 163

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

Shades of Mandys Pink #F0BDA3

Tints of Mandys Pink #F0BDA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 27.53%

R = 40.54%
G = 31.93%
B = 27.53%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.32

 K value IS 0.06

RGB Variations

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

Color information

#F0BDA3 (or 0xF0BDA3) is known color: Mandys Pink. HEX triplet: F0, BD and A3. RGB value is (240,189,163). Sum of RGB (Red+Green+Blue) = 240+189+163=592 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.54% from 592); Green value is 189 (74.22% from 255 or 31.93% from 592); Blue value is 163 (64.06% from 255 or 27.53% from 592); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BDA3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0BDA3 is #0F425C. Grayscale: #C9C9C9. Windows color (decimal): -1000029 or 10730992. OLE color: 10730992.

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

Color convert

RGB 240 189 163 -
CMYK 0 0.21 0.32 0.06
HSL 20.26º 0.72% 0.79% -
HSV(B) 20.26º 0.32% 0.94% -
XYZ 60.74 57.56 42.56 -
YUV 201.29 106.4 155.61 -
System Red Green Blue C M Y K H S L
Decimal 240 189 163 0 0.21 0.32 0.06 20.26 0.72 0.79
Hex F0 BD A3 0 15 20 6 14 48 4F
Octal 360 275 243 0 25 40 6 24 110 117
Binary 11110000 10111101 10100011 0 10101 100000 110 10100 1001000 1001111

Color Harmonies of #F0BDA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BDA3

Black with #F0BDA3

Text Example


Text Example

White with #F0BDA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BDA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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