#FBB696

Color #FBB696 Mandys Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mandys Pink #FBB696

Tints of Mandys Pink #FBB696

Color information

#FBB696 (or 0xFBB696) is unknown color: approx Mandys Pink. HEX triplet: FB, B6 and 96. RGB value is (251,182,150). Sum of RGB (Red+Green+Blue) = 251+182+150=583 (77% of max value = 765). Red value is 251 (98.44% from 255 or 43.05% from 583); Green value is 182 (71.48% from 255 or 31.22% from 583); Blue value is 150 (58.98% from 255 or 25.73% from 583); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB696 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBB696 is #044969. Grayscale: #C7C7C7. Windows color (decimal): -280938 or 9877243. OLE color: 9877243.

HSL color Cylindrical-coordinate representation of color #FBB696: hue angle of 19.01º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FBB696 is Cyan = 0, Magento = 0.27, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB251182150-
CMYK00.270.400.02
HSL19.01º92.66%78.63%-
HSV(B)19.01º40.24%98.43%-
XYZ62.0256.1736.43-
YUV198.98100.36165.1-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.05%
GREEN value IS 182 (71.48% from 255) = 31.22%
BLUE value IS 150 (58.98% from 255) = 25.73%
R=43.05%
G=31.22%
B=25.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118215000.270.400.0219.0192.6678.63
HexFBB69601B282135d4f
Octal37326622603350223135117
Binary111110111011011010010110011011101000101001110111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB696; }

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

 H1.HeaderClassName
 {
   color: #FBB696;
 }
 .AnyTagClassName
 {
   color: #FBB696;
 }
</style>
background-color css

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

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

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

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

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

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