#FCEDFE

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

Shades of Selago #FCEDFE

Tints of Selago #FCEDFE

Color information

#FCEDFE (or 0xFCEDFE) is unknown color: approx Selago. HEX triplet: FC, ED and FE. RGB value is (252,237,254). Sum of RGB (Red+Green+Blue) = 252+237+254=743 (98% of max value = 765). Red value is 252 (98.83% from 255 or 33.92% from 743); Green value is 237 (92.97% from 255 or 31.90% from 743); Blue value is 254 (99.61% from 255 or 34.19% from 743); Max value from RGB is 254 - color contains mainly: blue. Hex color #FCEDFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCEDFE is #031201. Grayscale: #F3F3F3. Windows color (decimal): -201218 or 16707068. OLE color: 16707068.

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

Color convert

RGB252237254-
CMYK0.010.0700.00
HSL292.94º89.47%96.27%-
HSV(B)292.94º6.69%99.61%-
XYZ88.3288.42106.18-
YUV243.42133.97134.12-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 33.92%
GREEN value IS 237 (92.97% from 255) = 31.90%
BLUE value IS 254 (99.61% from 255) = 34.19%
R=33.92%
G=31.90%
B=34.19%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2522372540.010.0700.00292.9489.4796.27
HexFCEDFE17001255960
Octal3743553761700445131140
Binary11111100111011011111111011110010010010110110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCEDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCEDFE; }

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

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

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

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

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

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

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

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