#FBBD9C

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

Shades of Mandys Pink #FBBD9C

Tints of Mandys Pink #FBBD9C

Color information

#FBBD9C (or 0xFBBD9C) is unknown color: approx Mandys Pink. HEX triplet: FB, BD and 9C. RGB value is (251,189,156). Sum of RGB (Red+Green+Blue) = 251+189+156=596 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.11% from 596); Green value is 189 (74.22% from 255 or 31.71% from 596); Blue value is 156 (61.33% from 255 or 26.17% from 596); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBD9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBBD9C is #044263. Grayscale: #CBCBCB. Windows color (decimal): -279140 or 10272251. OLE color: 10272251.

HSL color Cylindrical-coordinate representation of color #FBBD9C: hue angle of 20.84º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FBBD9C is Cyan = 0, Magento = 0.25, Yellow = 0.38 and Black (K on CMYK) = 0.02.

Color convert

RGB251189156-
CMYK00.250.380.02
HSL20.84º92.23%79.8%-
HSV(B)20.84º37.85%98.43%-
XYZ63.9859.339.53-
YUV203.78101.04161.68-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.11%
GREEN value IS 189 (74.22% from 255) = 31.71%
BLUE value IS 156 (61.33% from 255) = 26.17%
R=42.11%
G=31.71%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118915600.250.380.0220.8492.2379.8
HexFBBD9C019262155c50
Octal37327523403146225134120
Binary111110111011110110011100011001100110101010110111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBD9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBD9C; }

 p { color: rgb(251,189,156); }

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

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

 a { background-color: rgb(251,189,156); }

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

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

 span { border-color: rgb(251,189,156); }

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