#FBDBFB

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

Shades of Selago #FBDBFB

Tints of Selago #FBDBFB

Color information

#FBDBFB (or 0xFBDBFB) is unknown color: approx Selago. HEX triplet: FB, DB and FB. RGB value is (251,219,251). Sum of RGB (Red+Green+Blue) = 251+219+251=721 (95% of max value = 765). Red value is 251 (98.44% from 255 or 34.81% from 721); Green value is 219 (85.94% from 255 or 30.37% from 721); Blue value is 251 (98.44% from 255 or 34.81% from 721); Max value from RGB is 251 - color contains mainly: red, blue. Hex color #FBDBFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBDBFB is #042404. Grayscale: #E8E8E8. Windows color (decimal): -271365 or 16505851. OLE color: 16505851.

HSL color Cylindrical-coordinate representation of color #FBDBFB: hue angle of 300º degrees, saturation: 0.8, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FBDBFB is Cyan = 0, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB251219251-
CMYK00.1300.02
HSL300º80%92.16%-
HSV(B)300º12.75%98.43%-
XYZ82.5378.14102-
YUV232.22138.6141.4-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.81%
GREEN value IS 219 (85.94% from 255) = 30.37%
BLUE value IS 251 (98.44% from 255) = 34.81%
R=34.81%
G=30.37%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121925100.1300.023008092.16
HexFBDBFB0D0212c505c
Octal37333337301502454120134
Binary1111101111011011111110110110101010010110010100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDBFB; }

 p { color: rgb(251,219,251); }

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

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

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

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

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

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

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