Html Css Color HEX #FFBC9F Mandys Pink

📋 copy color: '#FFBC9F'

red 255 ◦ green 188 ◦ blue 159

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

Shades of Mandys Pink #FFBC9F

Tints of Mandys Pink #FFBC9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 26.41%

R = 42.36%
G = 31.23%
B = 26.41%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.38

 K value IS 0

RGB Variations

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

Color information

#FFBC9F (or 0xFFBC9F) is known color: Mandys Pink. HEX triplet: FF, BC and 9F. RGB value is (255,188,159). Sum of RGB (Red+Green+Blue) = 255+188+159=602 (79% of max value = 765). Red value is 255 (100% from 255 or 42.36% from 602); Green value is 188 (73.83% from 255 or 31.23% from 602); Blue value is 159 (62.5% from 255 or 26.41% from 602); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBC9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBC9F is #004360. Grayscale: #CCCCCC. Windows color (decimal): -17249 or 10468607. OLE color: 10468607.

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

Color convert

RGB 255 188 159 -
CMYK 0 0.26 0.38 0
HSL 18.13º 1% 0.81% -
HSV(B) 18.13º 0.38% 1% -
XYZ 65.48 59.73 40.88 -
YUV 204.73 102.2 163.86 -
System Red Green Blue C M Y K H S L
Decimal 255 188 159 0 0.26 0.38 0 18.13 1 0.81
Hex FF BC 9F 0 1A 26 0 12 64 51
Octal 377 274 237 0 32 46 0 22 144 121
Binary 11111111 10111100 10011111 0 11010 100110 0 10010 1100100 1010001

Color Harmonies of #FFBC9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBC9F

Black with #FFBC9F

Text Example


Text Example

White with #FFBC9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBC9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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