Html Css Color HEX #FCB296 Mandys Pink

📋 copy color: '#FCB296'

red 252 ◦ green 178 ◦ blue 150

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

Shades of Mandys Pink #FCB296

Tints of Mandys Pink #FCB296

RGB

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

 GREEN value IS 178 (69.92% from 255) = 30.69%

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

R = 43.45%
G = 30.69%
B = 25.86%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.40

 K value IS 0.01

RGB Variations

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

Color information

#FCB296 (or 0xFCB296) is known color: Mandys Pink. HEX triplet: FC, B2 and 96. RGB value is (252,178,150). Sum of RGB (Red+Green+Blue) = 252+178+150=580 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.45% from 580); Green value is 178 (69.92% from 255 or 30.69% from 580); Blue value is 150 (58.98% from 255 or 25.86% from 580); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB296 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCB296 is #034D69. Grayscale: #C5C5C5. Windows color (decimal): -216426 or 9876220. OLE color: 9876220.

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

Color convert

RGB 252 178 150 -
CMYK 0 0.29 0.40 0.01
HSL 16.47º 0.94% 0.79% -
HSV(B) 16.47º 0.4% 0.99% -
XYZ 61.57 54.74 36.17 -
YUV 196.93 101.52 167.28 -
System Red Green Blue C M Y K H S L
Decimal 252 178 150 0 0.29 0.40 0.01 16.47 0.94 0.79
Hex FC B2 96 0 1D 28 1 10 5E 4F
Octal 374 262 226 0 35 50 1 20 136 117
Binary 11111100 10110010 10010110 0 11101 101000 1 10000 1011110 1001111

Color Harmonies of #FCB296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB296

Black with #FCB296

Text Example


Text Example

White with #FCB296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB296; }

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

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

background-color css

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

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

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

border-color css

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

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

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