#FDEEFF

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

Shades of Selago #FDEEFF

Tints of Selago #FDEEFF

Color information

#FDEEFF (or 0xFDEEFF) is unknown color: approx Selago. HEX triplet: FD, EE and FF. RGB value is (253,238,255). Sum of RGB (Red+Green+Blue) = 253+238+255=746 (98% of max value = 765). Red value is 253 (99.22% from 255 or 33.91% from 746); Green value is 238 (93.36% from 255 or 31.90% from 746); Blue value is 255 (100% from 255 or 34.18% from 746); Max value from RGB is 255 - color contains mainly: blue. Hex color #FDEEFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDEEFF is #021100. Grayscale: #F4F4F4. Windows color (decimal): -135425 or 16772861. OLE color: 16772861.

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

Color convert

RGB253238255-
CMYK0.010.0700
HSL292.94º100%96.67%-
HSV(B)292.94º6.67%100%-
XYZ89.1389.25107.14-
YUV244.42133.97134.12-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 33.91%
GREEN value IS 238 (93.36% from 255) = 31.90%
BLUE value IS 255 (100% from 255) = 34.18%
R=33.91%
G=31.90%
B=34.18%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2532382550.010.0700292.9410096.67
HexFDEEFF17001256461
Octal3753563771700445144141
Binary11111101111011101111111111110010010010111001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEEFF; }

 p { color: rgb(253,238,255); }

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

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

 a { background-color: rgb(253,238,255); }

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

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

 span { border-color: rgb(253,238,255); }

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