Html Css Color HEX #FFB696 Mandys Pink

📋 copy color: '#FFB696'

red 255 ◦ green 182 ◦ blue 150

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

Shades of Mandys Pink #FFB696

Tints of Mandys Pink #FFB696

RGB

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

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

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

R = 43.44%
G = 31.01%
B = 25.55%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.41

 K value IS 0

RGB Variations

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

Color information

#FFB696 (or 0xFFB696) is known color: Mandys Pink. HEX triplet: FF, B6 and 96. RGB value is (255,182,150). Sum of RGB (Red+Green+Blue) = 255+182+150=587 (77% of max value = 765). Red value is 255 (100% from 255 or 43.44% from 587); Green value is 182 (71.48% from 255 or 31.01% from 587); Blue value is 150 (58.98% from 255 or 25.55% from 587); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB696 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB696 is #004969. Grayscale: #C8C8C8. Windows color (decimal): -18794 or 9877247. OLE color: 9877247.

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

Color convert

RGB 255 182 150 -
CMYK 0 0.29 0.41 0
HSL 18.29º 1% 0.79% -
HSV(B) 18.29º 0.41% 1% -
XYZ 63.47 56.92 36.5 -
YUV 200.18 99.68 167.1 -
System Red Green Blue C M Y K H S L
Decimal 255 182 150 0 0.29 0.41 0 18.29 1 0.79
Hex FF B6 96 0 1D 29 0 12 64 4F
Octal 377 266 226 0 35 51 0 22 144 117
Binary 11111111 10110110 10010110 0 11101 101001 0 10010 1100100 1001111

Color Harmonies of #FFB696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB696

Black with #FFB696

Text Example


Text Example

White with #FFB696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB696; }

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

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

background-color css

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

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

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

border-color css

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

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

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