Html Css Color HEX #FFB396 Mandys Pink

📋 copy color: '#FFB396'

red 255 ◦ green 179 ◦ blue 150

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

Shades of Mandys Pink #FFB396

Tints of Mandys Pink #FFB396

RGB

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

 GREEN value IS 179 (70.31% from 255) = 30.65%

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

R = 43.66%
G = 30.65%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.41

 K value IS 0

RGB Variations

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

Color information

#FFB396 (or 0xFFB396) is known color: Mandys Pink. HEX triplet: FF, B3 and 96. RGB value is (255,179,150). Sum of RGB (Red+Green+Blue) = 255+179+150=584 (77% of max value = 765). Red value is 255 (100% from 255 or 43.66% from 584); Green value is 179 (70.31% from 255 or 30.65% from 584); Blue value is 150 (58.98% from 255 or 25.68% from 584); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB396 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB396 is #004C69. Grayscale: #C6C6C6. Windows color (decimal): -19562 or 9876479. OLE color: 9876479.

HSL color Cylindrical-coordinate representation of color #FFB396: hue angle of 16.57º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FFB396 is Cyan = 0, Magento = 0.30, Yellow = 0.41 and Black (K on CMYK) = 0.

Color convert

RGB 255 179 150 -
CMYK 0 0.30 0.41 0
HSL 16.57º 1% 0.79% -
HSV(B) 16.57º 0.41% 1% -
XYZ 62.87 55.7 36.29 -
YUV 198.42 100.68 168.36 -
System Red Green Blue C M Y K H S L
Decimal 255 179 150 0 0.30 0.41 0 16.57 1 0.79
Hex FF B3 96 0 1E 29 0 11 64 4F
Octal 377 263 226 0 36 51 0 21 144 117
Binary 11111111 10110011 10010110 0 11110 101001 0 10001 1100100 1001111

Color Harmonies of #FFB396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB396

Black with #FFB396

Text Example


Text Example

White with #FFB396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB396; }

 p { color: rgb(255,179,150); }

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

background-color css

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

 a { background-color: rgb(255,179,150); }

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

border-color css

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

 span { border-color: rgb(255,179,150); }

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