Html Css Color HEX #FCB997 Mandys Pink

📋 copy color: '#FCB997'

red 252 ◦ green 185 ◦ blue 151

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

Shades of Mandys Pink #FCB997

Tints of Mandys Pink #FCB997

RGB

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

 GREEN value IS 185 (72.66% from 255) = 31.46%

 BLUE value IS 151 (59.38% from 255) = 25.68%

R = 42.86%
G = 31.46%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.40

 K value IS 0.01

RGB Variations

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

Color information

#FCB997 (or 0xFCB997) is known color: Mandys Pink. HEX triplet: FC, B9 and 97. RGB value is (252,185,151). Sum of RGB (Red+Green+Blue) = 252+185+151=588 (77% of max value = 765). Red value is 252 (98.83% from 255 or 42.86% from 588); Green value is 185 (72.66% from 255 or 31.46% from 588); Blue value is 151 (59.38% from 255 or 25.68% from 588); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB997 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCB997 is #034668. Grayscale: #C9C9C9. Windows color (decimal): -214633 or 9943548. OLE color: 9943548.

HSL color Cylindrical-coordinate representation of color #FCB997: hue angle of 20.2º 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 #FCB997 is Cyan = 0, Magento = 0.27, Yellow = 0.40 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 185 151 -
CMYK 0 0.27 0.40 0.01
HSL 20.2º 0.94% 0.79% -
HSV(B) 20.2º 0.4% 0.99% -
XYZ 63.08 57.63 37.08 -
YUV 201.16 99.7 164.26 -
System Red Green Blue C M Y K H S L
Decimal 252 185 151 0 0.27 0.40 0.01 20.2 0.94 0.79
Hex FC B9 97 0 1B 28 1 14 5E 4F
Octal 374 271 227 0 33 50 1 24 136 117
Binary 11111100 10111001 10010111 0 11011 101000 1 10100 1011110 1001111

Color Harmonies of #FCB997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB997

Black with #FCB997

Text Example


Text Example

White with #FCB997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB997; }

 p { color: rgb(252,185,151); }

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

background-color css

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

 a { background-color: rgb(252,185,151); }

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

border-color css

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

 span { border-color: rgb(252,185,151); }

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