#FBBCA1

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

Shades of Mandys Pink #FBBCA1

Tints of Mandys Pink #FBBCA1

Color information

#FBBCA1 (or 0xFBBCA1) is unknown color: approx Mandys Pink. HEX triplet: FB, BC and A1. RGB value is (251,188,161). Sum of RGB (Red+Green+Blue) = 251+188+161=600 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.83% from 600); Green value is 188 (73.83% from 255 or 31.33% from 600); Blue value is 161 (63.28% from 255 or 26.83% from 600); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBCA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBBCA1 is #04435E. Grayscale: #CBCBCB. Windows color (decimal): -279391 or 10599675. OLE color: 10599675.

HSL color Cylindrical-coordinate representation of color #FBBCA1: hue angle of 18º 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 #FBBCA1 is Cyan = 0, Magento = 0.25, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB251188161-
CMYK00.250.360.02
HSL18º91.84%80.78%-
HSV(B)18º35.86%98.43%-
XYZ64.259.0541.73-
YUV203.76103.87161.7-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.83%
GREEN value IS 188 (73.83% from 255) = 31.33%
BLUE value IS 161 (63.28% from 255) = 26.83%
R=41.83%
G=31.33%
B=26.83%

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
Decimal25118816100.250.360.021891.8480.78
HexFBBCA1019242125c51
Octal37327424103144222134121
Binary111110111011110010100001011001100100101001010111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBCA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBCA1; }

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

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

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

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

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

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

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

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