#FFE1F9

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

Shades of Selago #FFE1F9

Tints of Selago #FFE1F9

Color information

#FFE1F9 (or 0xFFE1F9) is unknown color: approx Selago. HEX triplet: FF, E1 and F9. RGB value is (255,225,249). Sum of RGB (Red+Green+Blue) = 255+225+249=729 (96% of max value = 765). Red value is 255 (100% from 255 or 34.98% from 729); Green value is 225 (88.28% from 255 or 30.86% from 729); Blue value is 249 (97.66% from 255 or 34.16% from 729); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE1F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFE1F9 is #001E06. Grayscale: #ECECEC. Windows color (decimal): -7687 or 16376319. OLE color: 16376319.

HSL color Cylindrical-coordinate representation of color #FFE1F9: hue angle of 312º 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 #FFE1F9 is Cyan = 0, Magento = 0.12, Yellow = 0.02 and Black (K on CMYK) = 0.

Color convert

RGB255225249-
CMYK00.120.020
HSL312º100%94.12%-
HSV(B)312º11.76%100%-
XYZ85.2681.95100.95-
YUV236.71134.94141.05-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 34.98%
GREEN value IS 225 (88.28% from 255) = 30.86%
BLUE value IS 249 (97.66% from 255) = 34.16%
R=34.98%
G=30.86%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522524900.120.02031210094.12
HexFFE1F90C20138645e
Octal37734137101420470144136
Binary1111111111100001111110010110010010011100011001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE1F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE1F9; }

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

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

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

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

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

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

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

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