#FBADB8

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

Shades of Light Pink #FBADB8

Tints of Light Pink #FBADB8

Color information

#FBADB8 (or 0xFBADB8) is unknown color: approx Light Pink. HEX triplet: FB, AD and B8. RGB value is (251,173,184). Sum of RGB (Red+Green+Blue) = 251+173+184=608 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.28% from 608); Green value is 173 (67.97% from 255 or 28.45% from 608); Blue value is 184 (72.27% from 255 or 30.26% from 608); Max value from RGB is 251 - color contains mainly: red. Hex color #FBADB8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBADB8 is #045247. Grayscale: #C5C5C5. Windows color (decimal): -283208 or 12103163. OLE color: 12103163.

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

Color convert

RGB251173184-
CMYK00.310.270.02
HSL351.54º90.7%83.14%-
HSV(B)351.54º31.08%98.43%-
XYZ63.3853.8652.4-
YUV197.58120.34166.11-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.28%
GREEN value IS 173 (67.97% from 255) = 28.45%
BLUE value IS 184 (72.27% from 255) = 30.26%
R=41.28%
G=28.45%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117318400.310.270.02351.5490.783.14
HexFBADB801F1B21605b53
Octal373255270037332540133123
Binary111110111010110110111000011111110111010110000010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBADB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBADB8; }

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

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

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

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

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

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

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

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