#FBE1FD

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

Shades of Selago #FBE1FD

Tints of Selago #FBE1FD

Color information

#FBE1FD (or 0xFBE1FD) is unknown color: approx Selago. HEX triplet: FB, E1 and FD. RGB value is (251,225,253). Sum of RGB (Red+Green+Blue) = 251+225+253=729 (96% of max value = 765). Red value is 251 (98.44% from 255 or 34.43% from 729); Green value is 225 (88.28% from 255 or 30.86% from 729); Blue value is 253 (99.22% from 255 or 34.71% from 729); Max value from RGB is 253 - color contains mainly: blue. Hex color #FBE1FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBE1FD is #041E02. Grayscale: #EBEBEB. Windows color (decimal): -269827 or 16638459. OLE color: 16638459.

HSL color Cylindrical-coordinate representation of color #FBE1FD: hue angle of 295.71º degrees, saturation: 0.88, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FBE1FD is Cyan = 0.01, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB251225253-
CMYK0.010.1100.01
HSL295.71º87.5%93.73%-
HSV(B)295.71º11.07%99.22%-
XYZ84.4481.45104.2-
YUV235.97137.61138.72-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.43%
GREEN value IS 225 (88.28% from 255) = 30.86%
BLUE value IS 253 (99.22% from 255) = 34.71%
R=34.43%
G=30.86%
B=34.71%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2512252530.010.1100.01295.7187.593.73
HexFBE1FD1B01128585e
Octal37334137511301450130136
Binary111110111110000111111101110110110010100010110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE1FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE1FD; }

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

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

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

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

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

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

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

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