#FBBAC4

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

Shades of Light Pink #FBBAC4

Tints of Light Pink #FBBAC4

Color information

#FBBAC4 (or 0xFBBAC4) is unknown color: approx Light Pink. HEX triplet: FB, BA and C4. RGB value is (251,186,196). Sum of RGB (Red+Green+Blue) = 251+186+196=633 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.65% from 633); Green value is 186 (73.05% from 255 or 29.38% from 633); Blue value is 196 (76.95% from 255 or 30.96% from 633); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBAC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBAC4 is #04453B. Grayscale: #CECECE. Windows color (decimal): -279868 or 12892923. OLE color: 12892923.

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

Color convert

RGB251186196-
CMYK00.260.220.02
HSL350.77º89.04%85.69%-
HSV(B)350.77º25.9%98.43%-
XYZ67.3159.6160.18-
YUV206.58122.03159.69-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.65%
GREEN value IS 186 (73.05% from 255) = 29.38%
BLUE value IS 196 (76.95% from 255) = 30.96%
R=39.65%
G=29.38%
B=30.96%

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
Decimal25118619600.260.220.02350.7789.0485.69
HexFBBAC401A16215f5956
Octal373272304032262537131126
Binary111110111011101011000100011010101101010101111110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBAC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBAC4; }

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

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

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

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

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

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

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

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