#FBE6FD

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

Shades of Selago #FBE6FD

Tints of Selago #FBE6FD

Color information

#FBE6FD (or 0xFBE6FD) is unknown color: approx Selago. HEX triplet: FB, E6 and FD. RGB value is (251,230,253). Sum of RGB (Red+Green+Blue) = 251+230+253=734 (97% of max value = 765). Red value is 251 (98.44% from 255 or 34.20% from 734); Green value is 230 (90.23% from 255 or 31.34% from 734); Blue value is 253 (99.22% from 255 or 34.47% from 734); Max value from RGB is 253 - color contains mainly: blue. Hex color #FBE6FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBE6FD is #041902. Grayscale: #EEEEEE. Windows color (decimal): -268547 or 16639739. OLE color: 16639739.

HSL color Cylindrical-coordinate representation of color #FBE6FD: hue angle of 294.78º degrees, saturation: 0.85, 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 #FBE6FD is Cyan = 0.01, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB251230253-
CMYK0.010.0900.01
HSL294.78º85.19%94.71%-
HSV(B)294.78º9.09%99.22%-
XYZ85.8184.19104.66-
YUV238.9135.96136.63-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.20%
GREEN value IS 230 (90.23% from 255) = 31.34%
BLUE value IS 253 (99.22% from 255) = 34.47%
R=34.20%
G=31.34%
B=34.47%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2512302530.010.0900.01294.7885.1994.71
HexFBE6FD1901127555f
Octal37334637511101447125137
Binary111110111110011011111101110010110010011110101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE6FD; }

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

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

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

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

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

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

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

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