#FBE1FB

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

Shades of Selago #FBE1FB

Tints of Selago #FBE1FB

Color information

#FBE1FB (or 0xFBE1FB) is unknown color: approx Selago. HEX triplet: FB, E1 and FB. RGB value is (251,225,251). Sum of RGB (Red+Green+Blue) = 251+225+251=727 (96% of max value = 765). Red value is 251 (98.44% from 255 or 34.53% from 727); Green value is 225 (88.28% from 255 or 30.95% from 727); Blue value is 251 (98.44% from 255 or 34.53% from 727); Max value from RGB is 251 - color contains mainly: red, blue. Hex color #FBE1FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBE1FB is #041E04. Grayscale: #EBEBEB. Windows color (decimal): -269829 or 16507387. OLE color: 16507387.

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

Color convert

RGB251225251-
CMYK00.1000.02
HSL300º76.47%93.33%-
HSV(B)300º10.36%98.43%-
XYZ84.1281.32102.53-
YUV235.74136.61138.89-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.53%
GREEN value IS 225 (88.28% from 255) = 30.95%
BLUE value IS 251 (98.44% from 255) = 34.53%
R=34.53%
G=30.95%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122525100.1000.0230076.4793.33
HexFBE1FB0A0212c4c5d
Octal37334137301202454114135
Binary1111101111100001111110110101001010010110010011001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE1FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE1FB; }

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

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

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

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

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

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

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

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