#FBE6FC

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

Shades of Selago #FBE6FC

Tints of Selago #FBE6FC

Color information

#FBE6FC (or 0xFBE6FC) is unknown color: approx Selago. HEX triplet: FB, E6 and FC. RGB value is (251,230,252). Sum of RGB (Red+Green+Blue) = 251+230+252=733 (97% of max value = 765). Red value is 251 (98.44% from 255 or 34.24% from 733); Green value is 230 (90.23% from 255 or 31.38% from 733); Blue value is 252 (98.83% from 255 or 34.38% from 733); Max value from RGB is 252 - color contains mainly: blue. Hex color #FBE6FC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBE6FC is #041903. Grayscale: #EEEEEE. Windows color (decimal): -268548 or 16574203. OLE color: 16574203.

HSL color Cylindrical-coordinate representation of color #FBE6FC: hue angle of 297.27º degrees, saturation: 0.79, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #FBE6FC is Cyan = 0.00, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB251230252-
CMYK0.000.0900.01
HSL297.27º78.57%94.51%-
HSV(B)297.27º8.73%98.82%-
XYZ85.6584.13103.82-
YUV238.79135.46136.71-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.24%
GREEN value IS 230 (90.23% from 255) = 31.38%
BLUE value IS 252 (98.83% from 255) = 34.38%
R=34.24%
G=31.38%
B=34.38%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2512302520.000.0900.01297.2778.5794.51
HexFBE6FC09011294f5f
Octal37334637401101451117137
Binary111110111110011011111100010010110010100110011111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE6FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE6FC; }

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

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

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

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

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

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

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

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