#FEDEFB

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

Shades of Selago #FEDEFB

Tints of Selago #FEDEFB

Color information

#FEDEFB (or 0xFEDEFB) is unknown color: approx Selago. HEX triplet: FE, DE and FB. RGB value is (254,222,251). Sum of RGB (Red+Green+Blue) = 254+222+251=727 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.94% from 727); Green value is 222 (87.11% from 255 or 30.54% from 727); Blue value is 251 (98.44% from 255 or 34.53% from 727); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDEFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDEFB is #012104. Grayscale: #EAEAEA. Windows color (decimal): -73989 or 16506622. OLE color: 16506622.

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

Color convert

RGB254222251-
CMYK00.130.010.00
HSL305.62º94.12%93.33%-
HSV(B)305.62º12.6%99.61%-
XYZ84.4180.28102.31-
YUV234.87137.1141.64-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 34.94%
GREEN value IS 222 (87.11% from 255) = 30.54%
BLUE value IS 251 (98.44% from 255) = 34.53%
R=34.94%
G=30.54%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.01
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422225100.130.010.00305.6294.1293.33
HexFEDEFB0D101325e5d
Octal37633637301510462136135
Binary111111101101111011111011011011010011001010111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDEFB; }

 p { color: rgb(254,222,251); }

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

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

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

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

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

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

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