#FBE6FF

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

Shades of Selago #FBE6FF

Tints of Selago #FBE6FF

Color information

#FBE6FF (or 0xFBE6FF) is unknown color: approx Selago. HEX triplet: FB, E6 and FF. RGB value is (251,230,255). Sum of RGB (Red+Green+Blue) = 251+230+255=736 (97% of max value = 765). Red value is 251 (98.44% from 255 or 34.10% from 736); Green value is 230 (90.23% from 255 or 31.25% from 736); Blue value is 255 (100% from 255 or 34.65% from 736); Max value from RGB is 255 - color contains mainly: blue. Hex color #FBE6FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBE6FF is #041900. Grayscale: #EFEFEF. Windows color (decimal): -268545 or 16770811. OLE color: 16770811.

HSL color Cylindrical-coordinate representation of color #FBE6FF: hue angle of 290.4º degrees, saturation: 1, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FBE6FF is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB251230255-
CMYK0.020.1000
HSL290.4º100%95.1%-
HSV(B)290.4º9.8%100%-
XYZ86.1384.32106.34-
YUV239.13136.96136.47-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.10%
GREEN value IS 230 (90.23% from 255) = 31.25%
BLUE value IS 255 (100% from 255) = 34.65%
R=34.10%
G=31.25%
B=34.65%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2512302550.020.1000290.410095.1
HexFBE6FF2A00122645f
Octal37334637721200442144137
Binary1111101111100110111111111010100010010001011001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE6FF; }

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

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

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

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

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

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

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

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