#FBADBE

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

Shades of Light Pink #FBADBE

Tints of Light Pink #FBADBE

Color information

#FBADBE (or 0xFBADBE) is unknown color: approx Light Pink. HEX triplet: FB, AD and BE. RGB value is (251,173,190). Sum of RGB (Red+Green+Blue) = 251+173+190=614 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.88% from 614); Green value is 173 (67.97% from 255 or 28.18% from 614); Blue value is 190 (74.61% from 255 or 30.94% from 614); Max value from RGB is 251 - color contains mainly: red. Hex color #FBADBE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBADBE is #045241. Grayscale: #C6C6C6. Windows color (decimal): -283202 or 12496379. OLE color: 12496379.

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

Color convert

RGB251173190-
CMYK00.310.240.02
HSL346.92º90.7%83.14%-
HSV(B)346.92º31.08%98.43%-
XYZ64.0254.1155.79-
YUV198.26123.34165.62-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.88%
GREEN value IS 173 (67.97% from 255) = 28.18%
BLUE value IS 190 (74.61% from 255) = 30.94%
R=40.88%
G=28.18%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117319000.310.240.02346.9290.783.14
HexFBADBE01F18215b5b53
Octal373255276037302533133123
Binary111110111010110110111110011111110001010101101110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBADBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBADBE; }

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

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

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

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

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

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

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

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