#FEDFFE

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

Shades of Selago #FEDFFE

Tints of Selago #FEDFFE

Color information

#FEDFFE (or 0xFEDFFE) is unknown color: approx Selago. HEX triplet: FE, DF and FE. RGB value is (254,223,254). Sum of RGB (Red+Green+Blue) = 254+223+254=731 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.75% from 731); Green value is 223 (87.5% from 255 or 30.51% from 731); Blue value is 254 (99.61% from 255 or 34.75% from 731); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FEDFFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDFFE is #012001. Grayscale: #EBEBEB. Windows color (decimal): -73730 or 16703486. OLE color: 16703486.

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

Color convert

RGB254223254-
CMYK00.1200.00
HSL300º93.94%93.53%-
HSV(B)300º12.2%99.61%-
XYZ85.1581104.91-
YUV235.8138.27140.98-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 34.75%
GREEN value IS 223 (87.5% from 255) = 30.51%
BLUE value IS 254 (99.61% from 255) = 34.75%
R=34.75%
G=30.51%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422325400.1200.0030093.9493.53
HexFEDFFE0C0012c5e5e
Octal37633737601400454136136
Binary111111101101111111111110011000010010110010111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDFFE; }

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

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

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

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

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

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

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

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