#FFE1FB

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

Shades of Selago #FFE1FB

Tints of Selago #FFE1FB

Color information

#FFE1FB (or 0xFFE1FB) is unknown color: approx Selago. HEX triplet: FF, E1 and FB. RGB value is (255,225,251). Sum of RGB (Red+Green+Blue) = 255+225+251=731 (96% of max value = 765). Red value is 255 (100% from 255 or 34.88% from 731); Green value is 225 (88.28% from 255 or 30.78% from 731); Blue value is 251 (98.44% from 255 or 34.34% from 731); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE1FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFE1FB is #001E04. Grayscale: #ECECEC. Windows color (decimal): -7685 or 16507391. OLE color: 16507391.

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

Color convert

RGB255225251-
CMYK00.120.020
HSL308º100%94.12%-
HSV(B)308º11.76%100%-
XYZ85.5882.08102.6-
YUV236.93135.94140.89-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 34.88%
GREEN value IS 225 (88.28% from 255) = 30.78%
BLUE value IS 251 (98.44% from 255) = 34.34%
R=34.88%
G=30.78%
B=34.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522525100.120.02030810094.12
HexFFE1FB0C20134645e
Octal37734137301420464144136
Binary1111111111100001111110110110010010011010011001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE1FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE1FB; }

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

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

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

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

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

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

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

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