#FBBAC1

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

Shades of Light Pink #FBBAC1

Tints of Light Pink #FBBAC1

Color information

#FBBAC1 (or 0xFBBAC1) is unknown color: approx Light Pink. HEX triplet: FB, BA and C1. RGB value is (251,186,193). Sum of RGB (Red+Green+Blue) = 251+186+193=630 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.84% from 630); Green value is 186 (73.05% from 255 or 29.52% from 630); Blue value is 193 (75.78% from 255 or 30.63% from 630); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBAC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBAC1 is #04453E. Grayscale: #CECECE. Windows color (decimal): -279871 or 12696315. OLE color: 12696315.

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

Color convert

RGB251186193-
CMYK00.260.230.02
HSL353.54º89.04%85.69%-
HSV(B)353.54º25.9%98.43%-
XYZ66.9759.4858.4-
YUV206.23120.53159.93-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.84%
GREEN value IS 186 (73.05% from 255) = 29.52%
BLUE value IS 193 (75.78% from 255) = 30.63%
R=39.84%
G=29.52%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118619300.260.230.02353.5489.0485.69
HexFBBAC101A1721625956
Octal373272301032272542131126
Binary111110111011101011000001011010101111010110001010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBAC1; }

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

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

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

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

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

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

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

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