Html Css Color HEX #F0BCA0 Mandys Pink

📋 copy color: '#F0BCA0'

red 240 ◦ green 188 ◦ blue 160

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

Shades of Mandys Pink #F0BCA0

Tints of Mandys Pink #F0BCA0

RGB

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

 GREEN value IS 188 (73.83% from 255) = 31.97%

 BLUE value IS 160 (62.89% from 255) = 27.21%

R = 40.82%
G = 31.97%
B = 27.21%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#F0BCA0 (or 0xF0BCA0) is known color: Mandys Pink. HEX triplet: F0, BC and A0. RGB value is (240,188,160). Sum of RGB (Red+Green+Blue) = 240+188+160=588 (77% of max value = 765). Red value is 240 (94.14% from 255 or 40.82% from 588); Green value is 188 (73.83% from 255 or 31.97% from 588); Blue value is 160 (62.89% from 255 or 27.21% from 588); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BCA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0BCA0 is #0F435F. Grayscale: #C8C8C8. Windows color (decimal): -1000288 or 10534128. OLE color: 10534128.

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

Color convert

RGB 240 188 160 -
CMYK 0 0.22 0.33 0.06
HSL 21º 0.73% 0.78% -
HSV(B) 21º 0.33% 0.94% -
XYZ 60.26 57.03 41.09 -
YUV 200.36 105.23 156.28 -
System Red Green Blue C M Y K H S L
Decimal 240 188 160 0 0.22 0.33 0.06 21 0.73 0.78
Hex F0 BC A0 0 16 21 6 15 49 4E
Octal 360 274 240 0 26 41 6 25 111 116
Binary 11110000 10111100 10100000 0 10110 100001 110 10101 1001001 1001110

Color Harmonies of #F0BCA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BCA0

Black with #F0BCA0

Text Example


Text Example

White with #F0BCA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BCA0; }

 p { color: rgb(240,188,160); }

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

background-color css

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

 a { background-color: rgb(240,188,160); }

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

border-color css

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

 span { border-color: rgb(240,188,160); }

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