#FFE2FB

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

Shades of Selago #FFE2FB

Tints of Selago #FFE2FB

Color information

#FFE2FB (or 0xFFE2FB) is unknown color: approx Selago. HEX triplet: FF, E2 and FB. RGB value is (255,226,251). Sum of RGB (Red+Green+Blue) = 255+226+251=732 (96% of max value = 765). Red value is 255 (100% from 255 or 34.84% from 732); Green value is 226 (88.67% from 255 or 30.87% from 732); Blue value is 251 (98.44% from 255 or 34.29% from 732); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE2FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFE2FB is #001D04. Grayscale: #EDEDED. Windows color (decimal): -7429 or 16507647. OLE color: 16507647.

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

Color convert

RGB255226251-
CMYK00.110.020
HSL308.28º100%94.31%-
HSV(B)308.28º11.37%100%-
XYZ85.8582.62102.69-
YUV237.52135.61140.47-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 34.84%
GREEN value IS 226 (88.67% from 255) = 30.87%
BLUE value IS 251 (98.44% from 255) = 34.29%
R=34.84%
G=30.87%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522625100.110.020308.2810094.31
HexFFE2FB0B20134645e
Octal37734237301320464144136
Binary1111111111100010111110110101110010011010011001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE2FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE2FB; }

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

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

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

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

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

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

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

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