Html Css Color HEX #F0BDA1 Mandys Pink

📋 copy color: '#F0BDA1'

red 240 ◦ green 189 ◦ blue 161

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

Shades of Mandys Pink #F0BDA1

Tints of Mandys Pink #F0BDA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 27.29%

R = 40.68%
G = 32.03%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#F0BDA1 (or 0xF0BDA1) is known color: Mandys Pink. HEX triplet: F0, BD and A1. RGB value is (240,189,161). Sum of RGB (Red+Green+Blue) = 240+189+161=590 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.68% from 590); Green value is 189 (74.22% from 255 or 32.03% from 590); Blue value is 161 (63.28% from 255 or 27.29% from 590); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BDA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0BDA1 is #0F425E. Grayscale: #C9C9C9. Windows color (decimal): -1000031 or 10599920. OLE color: 10599920.

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

Color convert

RGB 240 189 161 -
CMYK 0 0.21 0.33 0.06
HSL 21.27º 0.72% 0.79% -
HSV(B) 21.27º 0.33% 0.94% -
XYZ 60.57 57.49 41.62 -
YUV 201.06 105.4 155.78 -
System Red Green Blue C M Y K H S L
Decimal 240 189 161 0 0.21 0.33 0.06 21.27 0.72 0.79
Hex F0 BD A1 0 15 21 6 15 48 4F
Octal 360 275 241 0 25 41 6 25 110 117
Binary 11110000 10111101 10100001 0 10101 100001 110 10101 1001000 1001111

Color Harmonies of #F0BDA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BDA1

Black with #F0BDA1

Text Example


Text Example

White with #F0BDA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BDA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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