Html Css Color HEX #FFB996 Mandys Pink

📋 copy color: '#FFB996'

red 255 ◦ green 185 ◦ blue 150

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

Shades of Mandys Pink #FFB996

Tints of Mandys Pink #FFB996

RGB

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

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

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

R = 43.22%
G = 31.36%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.41

 K value IS 0

RGB Variations

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

Color information

#FFB996 (or 0xFFB996) is known color: Mandys Pink. HEX triplet: FF, B9 and 96. RGB value is (255,185,150). Sum of RGB (Red+Green+Blue) = 255+185+150=590 (78% of max value = 765). Red value is 255 (100% from 255 or 43.22% from 590); Green value is 185 (72.66% from 255 or 31.36% from 590); Blue value is 150 (58.98% from 255 or 25.42% from 590); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB996 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB996 is #004669. Grayscale: #CACACA. Windows color (decimal): -18026 or 9878015. OLE color: 9878015.

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

Color convert

RGB 255 185 150 -
CMYK 0 0.27 0.41 0
HSL 20º 1% 0.79% -
HSV(B) 20º 0.41% 1% -
XYZ 64.09 58.16 36.7 -
YUV 201.94 98.69 165.85 -
System Red Green Blue C M Y K H S L
Decimal 255 185 150 0 0.27 0.41 0 20 1 0.79
Hex FF B9 96 0 1B 29 0 14 64 4F
Octal 377 271 226 0 33 51 0 24 144 117
Binary 11111111 10111001 10010110 0 11011 101001 0 10100 1100100 1001111

Color Harmonies of #FFB996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB996

Black with #FFB996

Text Example


Text Example

White with #FFB996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB996; }

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

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

background-color css

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

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

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

border-color css

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

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

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