#F9E1FD

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

Shades of Selago #F9E1FD

Tints of Selago #F9E1FD

Color information

#F9E1FD (or 0xF9E1FD) is unknown color: approx Selago. HEX triplet: F9, E1 and FD. RGB value is (249,225,253). Sum of RGB (Red+Green+Blue) = 249+225+253=727 (96% of max value = 765). Red value is 249 (97.66% from 255 or 34.25% from 727); Green value is 225 (88.28% from 255 or 30.95% from 727); Blue value is 253 (99.22% from 255 or 34.80% from 727); Max value from RGB is 253 - color contains mainly: blue. Hex color #F9E1FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9E1FD is #061E02. Grayscale: #EBEBEB. Windows color (decimal): -400899 or 16638457. OLE color: 16638457.

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

Color convert

RGB249225253-
CMYK0.020.1100.01
HSL291.43º87.5%93.73%-
HSV(B)291.43º11.07%99.22%-
XYZ83.7281.08104.17-
YUV235.37137.95137.72-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 34.25%
GREEN value IS 225 (88.28% from 255) = 30.95%
BLUE value IS 253 (99.22% from 255) = 34.80%
R=34.25%
G=30.95%
B=34.80%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2492252530.020.1100.01291.4387.593.73
HexF9E1FD2B01123585e
Octal37134137521301443130136
Binary1111100111100001111111011010110110010001110110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9E1FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9E1FD; }

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

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

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

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

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

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

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

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