#FBBAC0

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

Shades of Light Pink #FBBAC0

Tints of Light Pink #FBBAC0

Color information

#FBBAC0 (or 0xFBBAC0) is unknown color: approx Light Pink. HEX triplet: FB, BA and C0. RGB value is (251,186,192). Sum of RGB (Red+Green+Blue) = 251+186+192=629 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.90% from 629); Green value is 186 (73.05% from 255 or 29.57% from 629); Blue value is 192 (75.39% from 255 or 30.52% from 629); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBAC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBAC0 is #04453F. Grayscale: #CECECE. Windows color (decimal): -279872 or 12630779. OLE color: 12630779.

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

Color convert

RGB251186192-
CMYK00.260.240.02
HSL354.46º89.04%85.69%-
HSV(B)354.46º25.9%98.43%-
XYZ66.8659.4357.82-
YUV206.12120.03160.01-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.90%
GREEN value IS 186 (73.05% from 255) = 29.57%
BLUE value IS 192 (75.39% from 255) = 30.52%
R=39.90%
G=29.57%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118619200.260.240.02354.4689.0485.69
HexFBBAC001A1821625956
Octal373272300032302542131126
Binary111110111011101011000000011010110001010110001010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBAC0; }

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

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

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

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

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

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

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

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