#FDEDFF

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

Shades of Selago #FDEDFF

Tints of Selago #FDEDFF

Color information

#FDEDFF (or 0xFDEDFF) is unknown color: approx Selago. HEX triplet: FD, ED and FF. RGB value is (253,237,255). Sum of RGB (Red+Green+Blue) = 253+237+255=745 (98% of max value = 765). Red value is 253 (99.22% from 255 or 33.96% from 745); Green value is 237 (92.97% from 255 or 31.81% from 745); Blue value is 255 (100% from 255 or 34.23% from 745); Max value from RGB is 255 - color contains mainly: blue. Hex color #FDEDFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDEDFF is #021200. Grayscale: #F3F3F3. Windows color (decimal): -135681 or 16772605. OLE color: 16772605.

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

Color convert

RGB253237255-
CMYK0.010.0700
HSL293.33º100%96.47%-
HSV(B)293.33º7.06%100%-
XYZ88.8488.67107.04-
YUV243.84134.3134.54-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 33.96%
GREEN value IS 237 (92.97% from 255) = 31.81%
BLUE value IS 255 (100% from 255) = 34.23%
R=33.96%
G=31.81%
B=34.23%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2532372550.010.0700293.3310096.47
HexFDEDFF17001256460
Octal3753553771700445144140
Binary11111101111011011111111111110010010010111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEDFF; }

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

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

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

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

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

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

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

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