Html Css Color HEX #FCBC96 Mandys Pink

📋 copy color: '#FCBC96'

red 252 ◦ green 188 ◦ blue 150

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

Shades of Mandys Pink #FCBC96

Tints of Mandys Pink #FCBC96

RGB

 RED value IS 252 (98.83% from 255) = 42.71%

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

 BLUE value IS 150 (58.98% from 255) = 25.42%

R = 42.71%
G = 31.86%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.40

 K value IS 0.01

RGB Variations

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

Color information

#FCBC96 (or 0xFCBC96) is known color: Mandys Pink. HEX triplet: FC, BC and 96. RGB value is (252,188,150). Sum of RGB (Red+Green+Blue) = 252+188+150=590 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.71% from 590); Green value is 188 (73.83% from 255 or 31.86% from 590); Blue value is 150 (58.98% from 255 or 25.42% from 590); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBC96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCBC96 is #034369. Grayscale: #CBCBCB. Windows color (decimal): -213866 or 9878780. OLE color: 9878780.

HSL color Cylindrical-coordinate representation of color #FCBC96: hue angle of 22.35º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FCBC96 is Cyan = 0, Magento = 0.25, Yellow = 0.40 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 188 150 -
CMYK 0 0.25 0.40 0.01
HSL 22.35º 0.94% 0.79% -
HSV(B) 22.35º 0.4% 0.99% -
XYZ 63.63 58.86 36.86 -
YUV 202.8 98.2 163.09 -
System Red Green Blue C M Y K H S L
Decimal 252 188 150 0 0.25 0.40 0.01 22.35 0.94 0.79
Hex FC BC 96 0 19 28 1 16 5E 4F
Octal 374 274 226 0 31 50 1 26 136 117
Binary 11111100 10111100 10010110 0 11001 101000 1 10110 1011110 1001111

Color Harmonies of #FCBC96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBC96

Black with #FCBC96

Text Example


Text Example

White with #FCBC96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBC96; }

 p { color: rgb(252,188,150); }

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

background-color css

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

 a { background-color: rgb(252,188,150); }

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

border-color css

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

 span { border-color: rgb(252,188,150); }

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