#FBBCA0

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

Shades of Mandys Pink #FBBCA0

Tints of Mandys Pink #FBBCA0

Color information

#FBBCA0 (or 0xFBBCA0) is unknown color: approx Mandys Pink. HEX triplet: FB, BC and A0. RGB value is (251,188,160). Sum of RGB (Red+Green+Blue) = 251+188+160=599 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.90% from 599); Green value is 188 (73.83% from 255 or 31.39% from 599); Blue value is 160 (62.89% from 255 or 26.71% from 599); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBCA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBBCA0 is #04435F. Grayscale: #CBCBCB. Windows color (decimal): -279392 or 10534139. OLE color: 10534139.

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

Color convert

RGB251188160-
CMYK00.250.360.02
HSL18.46º91.92%80.59%-
HSV(B)18.46º36.25%98.43%-
XYZ64.1159.0141.27-
YUV203.64103.37161.78-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.90%
GREEN value IS 188 (73.83% from 255) = 31.39%
BLUE value IS 160 (62.89% from 255) = 26.71%
R=41.90%
G=31.39%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118816000.250.360.0218.4691.9280.59
HexFBBCA0019242125c51
Octal37327424003144222134121
Binary111110111011110010100000011001100100101001010111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBCA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBCA0; }

 p { color: rgb(251,188,160); }

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

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

 a { background-color: rgb(251,188,160); }

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

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

 span { border-color: rgb(251,188,160); }

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