#FBBAC5

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

Shades of Light Pink #FBBAC5

Tints of Light Pink #FBBAC5

Color information

#FBBAC5 (or 0xFBBAC5) is unknown color: approx Light Pink. HEX triplet: FB, BA and C5. RGB value is (251,186,197). Sum of RGB (Red+Green+Blue) = 251+186+197=634 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.59% from 634); Green value is 186 (73.05% from 255 or 29.34% from 634); Blue value is 197 (77.34% from 255 or 31.07% from 634); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBAC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBAC5 is #04453A. Grayscale: #CECECE. Windows color (decimal): -279867 or 12958459. OLE color: 12958459.

HSL color Cylindrical-coordinate representation of color #FBBAC5: hue angle of 349.85º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FBBAC5 is Cyan = 0, Magento = 0.26, Yellow = 0.22 and Black (K on CMYK) = 0.02.

Color convert

RGB251186197-
CMYK00.260.220.02
HSL349.85º89.04%85.69%-
HSV(B)349.85º25.9%98.43%-
XYZ67.4259.6660.79-
YUV206.69122.53159.61-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.59%
GREEN value IS 186 (73.05% from 255) = 29.34%
BLUE value IS 197 (77.34% from 255) = 31.07%
R=39.59%
G=29.34%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118619700.260.220.02349.8589.0485.69
HexFBBAC501A16215e5956
Octal373272305032262536131126
Binary111110111011101011000101011010101101010101111010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBAC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBAC5; }

 p { color: rgb(251,186,197); }

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

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

 a { background-color: rgb(251,186,197); }

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

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

 span { border-color: rgb(251,186,197); }

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