#FCDEFE

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

Shades of Selago #FCDEFE

Tints of Selago #FCDEFE

Color information

#FCDEFE (or 0xFCDEFE) is unknown color: approx Selago. HEX triplet: FC, DE and FE. RGB value is (252,222,254). Sum of RGB (Red+Green+Blue) = 252+222+254=728 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.62% from 728); Green value is 222 (87.11% from 255 or 30.49% from 728); Blue value is 254 (99.61% from 255 or 34.89% from 728); Max value from RGB is 254 - color contains mainly: blue. Hex color #FCDEFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDEFE is #032101. Grayscale: #EAEAEA. Windows color (decimal): -205058 or 16703228. OLE color: 16703228.

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

Color convert

RGB252222254-
CMYK0.010.1300.00
HSL296.25º94.12%93.33%-
HSV(B)296.25º12.6%99.61%-
XYZ84.1680.09104.79-
YUV234.62138.94140.4-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.62%
GREEN value IS 222 (87.11% from 255) = 30.49%
BLUE value IS 254 (99.61% from 255) = 34.89%
R=34.62%
G=30.49%
B=34.89%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2522222540.010.1300.00296.2594.1293.33
HexFCDEFE1D001285e5d
Octal37433637611500450136135
Binary111111001101111011111110111010010010100010111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDEFE; }

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

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

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

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

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

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

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

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