#FBE6FB

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

Shades of Selago #FBE6FB

Tints of Selago #FBE6FB

Color information

#FBE6FB (or 0xFBE6FB) is unknown color: approx Selago. HEX triplet: FB, E6 and FB. RGB value is (251,230,251). Sum of RGB (Red+Green+Blue) = 251+230+251=732 (96% of max value = 765). Red value is 251 (98.44% from 255 or 34.29% from 732); Green value is 230 (90.23% from 255 or 31.42% from 732); Blue value is 251 (98.44% from 255 or 34.29% from 732); Max value from RGB is 251 - color contains mainly: red, blue. Hex color #FBE6FB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBE6FB is #041904. Grayscale: #EEEEEE. Windows color (decimal): -268549 or 16508667. OLE color: 16508667.

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

Color convert

RGB251230251-
CMYK00.0800.02
HSL300º72.41%94.31%-
HSV(B)300º8.37%98.43%-
XYZ85.4984.07102.99-
YUV238.67134.96136.79-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.29%
GREEN value IS 230 (90.23% from 255) = 31.42%
BLUE value IS 251 (98.44% from 255) = 34.29%
R=34.29%
G=31.42%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25123025100.0800.0230072.4194.31
HexFBE6FB080212c485e
Octal37334637301002454110136
Binary1111101111100110111110110100001010010110010010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE6FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE6FB; }

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

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

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

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

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

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

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

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