Html Css Color HEX #F5BF95 Mandys Pink

📋 copy color: '#F5BF95'

red 245 ◦ green 191 ◦ blue 149

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

Shades of Mandys Pink #F5BF95

Tints of Mandys Pink #F5BF95

RGB

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

 GREEN value IS 191 (75% from 255) = 32.65%

 BLUE value IS 149 (58.59% from 255) = 25.47%

R = 41.88%
G = 32.65%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.39

 K value IS 0.04

RGB Variations

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

Color information

#F5BF95 (or 0xF5BF95) is known color: Mandys Pink. HEX triplet: F5, BF and 95. RGB value is (245,191,149). Sum of RGB (Red+Green+Blue) = 245+191+149=585 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.88% from 585); Green value is 191 (75% from 255 or 32.65% from 585); Blue value is 149 (58.59% from 255 or 25.47% from 585); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BF95 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5BF95 is #0A406A. Grayscale: #CACACA. Windows color (decimal): -671851 or 9814005. OLE color: 9814005.

HSL color Cylindrical-coordinate representation of color #F5BF95: hue angle of 26.25º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F5BF95 is Cyan = 0, Magento = 0.22, Yellow = 0.39 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 191 149 -
CMYK 0 0.22 0.39 0.04
HSL 26.25º 0.83% 0.77% -
HSV(B) 26.25º 0.39% 0.96% -
XYZ 61.71 58.84 36.54 -
YUV 202.36 97.89 158.42 -
System Red Green Blue C M Y K H S L
Decimal 245 191 149 0 0.22 0.39 0.04 26.25 0.83 0.77
Hex F5 BF 95 0 16 27 4 1A 53 4D
Octal 365 277 225 0 26 47 4 32 123 115
Binary 11110101 10111111 10010101 0 10110 100111 100 11010 1010011 1001101

Color Harmonies of #F5BF95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5BF95

Black with #F5BF95

Text Example


Text Example

White with #F5BF95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5BF95; }

 p { color: rgb(245,191,149); }

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

background-color css

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

 a { background-color: rgb(245,191,149); }

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

border-color css

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

 span { border-color: rgb(245,191,149); }

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