Html Css Color HEX #FFBC95 Mandys Pink

📋 copy color: '#FFBC95'

red 255 ◦ green 188 ◦ blue 149

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

Shades of Mandys Pink #FFBC95

Tints of Mandys Pink #FFBC95

RGB

 RED value IS 255 (100% from 255) = 43.07%

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

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

R = 43.07%
G = 31.76%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.42

 K value IS 0

RGB Variations

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

Color information

#FFBC95 (or 0xFFBC95) is known color: Mandys Pink. HEX triplet: FF, BC and 95. RGB value is (255,188,149). Sum of RGB (Red+Green+Blue) = 255+188+149=592 (78% of max value = 765). Red value is 255 (100% from 255 or 43.07% from 592); Green value is 188 (73.83% from 255 or 31.76% from 592); Blue value is 149 (58.59% from 255 or 25.17% from 592); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBC95 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBC95 is #00436A. Grayscale: #CBCBCB. Windows color (decimal): -17259 or 9813247. OLE color: 9813247.

HSL color Cylindrical-coordinate representation of color #FFBC95: hue angle of 22.08º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FFBC95 is Cyan = 0, Magento = 0.26, Yellow = 0.42 and Black (K on CMYK) = 0.

Color convert

RGB 255 188 149 -
CMYK 0 0.26 0.42 0
HSL 22.08º 1% 0.79% -
HSV(B) 22.08º 0.42% 1% -
XYZ 64.65 59.4 36.49 -
YUV 203.59 97.2 164.67 -
System Red Green Blue C M Y K H S L
Decimal 255 188 149 0 0.26 0.42 0 22.08 1 0.79
Hex FF BC 95 0 1A 2A 0 16 64 4F
Octal 377 274 225 0 32 52 0 26 144 117
Binary 11111111 10111100 10010101 0 11010 101010 0 10110 1100100 1001111

Color Harmonies of #FFBC95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBC95

Black with #FFBC95

Text Example


Text Example

White with #FFBC95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBC95; }

 p { color: rgb(255,188,149); }

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

background-color css

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

 a { background-color: rgb(255,188,149); }

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

border-color css

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

 span { border-color: rgb(255,188,149); }

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