Html Css Color HEX #FCB696 Mandys Pink

📋 copy color: '#FCB696'

red 252 ◦ green 182 ◦ blue 150

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

Shades of Mandys Pink #FCB696

Tints of Mandys Pink #FCB696

RGB

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

 GREEN value IS 182 (71.48% from 255) = 31.16%

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

R = 43.15%
G = 31.16%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.40

 K value IS 0.01

RGB Variations

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

Color information

#FCB696 (or 0xFCB696) is known color: Mandys Pink. HEX triplet: FC, B6 and 96. RGB value is (252,182,150). Sum of RGB (Red+Green+Blue) = 252+182+150=584 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.15% from 584); Green value is 182 (71.48% from 255 or 31.16% from 584); Blue value is 150 (58.98% from 255 or 25.68% from 584); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB696 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCB696 is #034969. Grayscale: #C7C7C7. Windows color (decimal): -215402 or 9877244. OLE color: 9877244.

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

Color convert

RGB 252 182 150 -
CMYK 0 0.28 0.40 0.01
HSL 18.82º 0.94% 0.79% -
HSV(B) 18.82º 0.4% 0.99% -
XYZ 62.38 56.35 36.44 -
YUV 199.28 100.19 165.6 -
System Red Green Blue C M Y K H S L
Decimal 252 182 150 0 0.28 0.40 0.01 18.82 0.94 0.79
Hex FC B6 96 0 1C 28 1 13 5E 4F
Octal 374 266 226 0 34 50 1 23 136 117
Binary 11111100 10110110 10010110 0 11100 101000 1 10011 1011110 1001111

Color Harmonies of #FCB696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB696

Black with #FCB696

Text Example


Text Example

White with #FCB696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB696; }

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

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

background-color css

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

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

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

border-color css

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

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

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