Html Css Color HEX #F5BCA0 Mandys Pink

📋 copy color: '#F5BCA0'

red 245 ◦ green 188 ◦ blue 160

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

Shades of Mandys Pink #F5BCA0

Tints of Mandys Pink #F5BCA0

RGB

 RED value IS 245 (96.09% from 255) = 41.32%

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

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

R = 41.32%
G = 31.7%
B = 26.98%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.35

 K value IS 0.04

RGB Variations

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

Color information

#F5BCA0 (or 0xF5BCA0) is known color: Mandys Pink. HEX triplet: F5, BC and A0. RGB value is (245,188,160). Sum of RGB (Red+Green+Blue) = 245+188+160=593 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.32% from 593); Green value is 188 (73.83% from 255 or 31.70% from 593); Blue value is 160 (62.89% from 255 or 26.98% from 593); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BCA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5BCA0 is #0A435F. Grayscale: #CACACA. Windows color (decimal): -672608 or 10534133. OLE color: 10534133.

HSL color Cylindrical-coordinate representation of color #F5BCA0: hue angle of 19.76º degrees, saturation: 0.81, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F5BCA0 is Cyan = 0, Magento = 0.23, Yellow = 0.35 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 188 160 -
CMYK 0 0.23 0.35 0.04
HSL 19.76º 0.81% 0.79% -
HSV(B) 19.76º 0.35% 0.96% -
XYZ 61.98 57.92 41.17 -
YUV 201.85 104.38 158.78 -
System Red Green Blue C M Y K H S L
Decimal 245 188 160 0 0.23 0.35 0.04 19.76 0.81 0.79
Hex F5 BC A0 0 17 23 4 14 51 4F
Octal 365 274 240 0 27 43 4 24 121 117
Binary 11110101 10111100 10100000 0 10111 100011 100 10100 1010001 1001111

Color Harmonies of #F5BCA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5BCA0

Black with #F5BCA0

Text Example


Text Example

White with #F5BCA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5BCA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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