#FEDFFF

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

Shades of Selago #FEDFFF

Tints of Selago #FEDFFF

Color information

#FEDFFF (or 0xFEDFFF) is unknown color: approx Selago. HEX triplet: FE, DF and FF. RGB value is (254,223,255). Sum of RGB (Red+Green+Blue) = 254+223+255=732 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.70% from 732); Green value is 223 (87.5% from 255 or 30.46% from 732); Blue value is 255 (100% from 255 or 34.84% from 732); Max value from RGB is 255 - color contains mainly: blue. Hex color #FEDFFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDFFF is #012000. Grayscale: #EBEBEB. Windows color (decimal): -73729 or 16769022. OLE color: 16769022.

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

Color convert

RGB254223255-
CMYK0.000.1300
HSL298.12º100%93.73%-
HSV(B)298.12º12.55%100%-
XYZ85.3181.07105.76-
YUV235.92138.77140.9-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 34.70%
GREEN value IS 223 (87.5% from 255) = 30.46%
BLUE value IS 255 (100% from 255) = 34.84%
R=34.70%
G=30.46%
B=34.84%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2542232550.000.1300298.1210093.73
HexFEDFFF0D0012a645e
Octal37633737701500452144136
Binary111111101101111111111111011010010010101011001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDFFF; }

 p { color: rgb(254,223,255); }

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

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

 a { background-color: rgb(254,223,255); }

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

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

 span { border-color: rgb(254,223,255); }

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