#FBADB1

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

Shades of Light Pink #FBADB1

Tints of Light Pink #FBADB1

Color information

#FBADB1 (or 0xFBADB1) is unknown color: approx Light Pink. HEX triplet: FB, AD and B1. RGB value is (251,173,177). Sum of RGB (Red+Green+Blue) = 251+173+177=601 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.76% from 601); Green value is 173 (67.97% from 255 or 28.79% from 601); Blue value is 177 (69.53% from 255 or 29.45% from 601); Max value from RGB is 251 - color contains mainly: red. Hex color #FBADB1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBADB1 is #04524E. Grayscale: #C4C4C4. Windows color (decimal): -283215 or 11644411. OLE color: 11644411.

HSL color Cylindrical-coordinate representation of color #FBADB1: hue angle of 356.92º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FBADB1 is Cyan = 0, Magento = 0.31, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB251173177-
CMYK00.310.290.02
HSL356.92º90.7%83.14%-
HSV(B)356.92º31.08%98.43%-
XYZ62.6653.5748.63-
YUV196.78116.84166.67-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.76%
GREEN value IS 173 (67.97% from 255) = 28.79%
BLUE value IS 177 (69.53% from 255) = 29.45%
R=41.76%
G=28.79%
B=29.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117317700.310.290.02356.9290.783.14
HexFBADB101F1D21655b53
Octal373255261037352545133123
Binary111110111010110110110001011111111011010110010110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBADB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBADB1; }

 p { color: rgb(251,173,177); }

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

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

 a { background-color: rgb(251,173,177); }

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

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

 span { border-color: rgb(251,173,177); }

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