#FEDBFE

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

Shades of Selago #FEDBFE

Tints of Selago #FEDBFE

Color information

#FEDBFE (or 0xFEDBFE) is unknown color: approx Selago. HEX triplet: FE, DB and FE. RGB value is (254,219,254). Sum of RGB (Red+Green+Blue) = 254+219+254=727 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.94% from 727); Green value is 219 (85.94% from 255 or 30.12% from 727); Blue value is 254 (99.61% from 255 or 34.94% from 727); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FEDBFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDBFE is #012401. Grayscale: #E9E9E9. Windows color (decimal): -74754 or 16702462. OLE color: 16702462.

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

Color convert

RGB254219254-
CMYK00.1400.00
HSL300º94.59%92.75%-
HSV(B)300º13.78%99.61%-
XYZ84.0978.89104.56-
YUV233.46139.6142.65-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 34.94%
GREEN value IS 219 (85.94% from 255) = 30.12%
BLUE value IS 254 (99.61% from 255) = 34.94%
R=34.94%
G=30.12%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421925400.1400.0030094.5992.75
HexFEDBFE0E0012c5f5d
Octal37633337601600454137135
Binary111111101101101111111110011100010010110010111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDBFE; }

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

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

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

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

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

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

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

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