#FDEDFD

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

Shades of Selago #FDEDFD

Tints of Selago #FDEDFD

Color information

#FDEDFD (or 0xFDEDFD) is unknown color: approx Selago. HEX triplet: FD, ED and FD. RGB value is (253,237,253). Sum of RGB (Red+Green+Blue) = 253+237+253=743 (98% of max value = 765). Red value is 253 (99.22% from 255 or 34.05% from 743); Green value is 237 (92.97% from 255 or 31.90% from 743); Blue value is 253 (99.22% from 255 or 34.05% from 743); Max value from RGB is 253 - color contains mainly: red, blue. Hex color #FDEDFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDEDFD is #021202. Grayscale: #F3F3F3. Windows color (decimal): -135683 or 16641533. OLE color: 16641533.

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

Color convert

RGB253237253-
CMYK00.0600.01
HSL300º80%96.08%-
HSV(B)300º6.32%99.22%-
XYZ88.5288.54105.35-
YUV243.61133.3134.7-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 34.05%
GREEN value IS 237 (92.97% from 255) = 31.90%
BLUE value IS 253 (99.22% from 255) = 34.05%
R=34.05%
G=31.90%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323725300.0600.013008096.08
HexFDEDFD060112c5060
Octal3753553750601454120140
Binary11111101111011011111110101100110010110010100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEDFD; }

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

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

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

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

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

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

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

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