#FFEDFD

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

Shades of Selago #FFEDFD

Tints of Selago #FFEDFD

Color information

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

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

Color convert

RGB255237253-
CMYK00.070.010
HSL306.67º100%96.47%-
HSV(B)306.67º7.06%100%-
XYZ89.2588.92105.39-
YUV244.21132.96135.7-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.01
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523725300.070.010306.6710096.47
HexFFEDFD07101336460
Octal3773553750710463144140
Binary11111111111011011111110101111010011001111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEDFD; }

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

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

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

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

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

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

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

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