Html Css Color HEX #FFBC94 Mandys Pink

📋 copy color: '#FFBC94'

red 255 ◦ green 188 ◦ blue 148

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

Shades of Mandys Pink #FFBC94

Tints of Mandys Pink #FFBC94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 25.04%

R = 43.15%
G = 31.81%
B = 25.04%

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

#FFBC94 (or 0xFFBC94) is known color: Mandys Pink. HEX triplet: FF, BC and 94. RGB value is (255,188,148). Sum of RGB (Red+Green+Blue) = 255+188+148=591 (78% of max value = 765). Red value is 255 (100% from 255 or 43.15% from 591); Green value is 188 (73.83% from 255 or 31.81% from 591); Blue value is 148 (58.20% from 255 or 25.04% from 591); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBC94 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBC94 is #00436B. Grayscale: #CBCBCB. Windows color (decimal): -17260 or 9747711. OLE color: 9747711.

HSL color Cylindrical-coordinate representation of color #FFBC94: hue angle of 22.43º 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 #FFBC94 is Cyan = 0, Magento = 0.26, Yellow = 0.42 and Black (K on CMYK) = 0.

Color convert

RGB 255 188 148 -
CMYK 0 0.26 0.42 0
HSL 22.43º 1% 0.79% -
HSV(B) 22.43º 0.42% 1% -
XYZ 64.57 59.36 36.07 -
YUV 203.47 96.7 164.75 -
System Red Green Blue C M Y K H S L
Decimal 255 188 148 0 0.26 0.42 0 22.43 1 0.79
Hex FF BC 94 0 1A 2A 0 16 64 4F
Octal 377 274 224 0 32 52 0 26 144 117
Binary 11111111 10111100 10010100 0 11010 101010 0 10110 1100100 1001111

Color Harmonies of #FFBC94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBC94

Black with #FFBC94

Text Example


Text Example

White with #FFBC94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBC94; }

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

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

background-color css

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

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

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

border-color css

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

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

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