#FCE8FE

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

Shades of Selago #FCE8FE

Tints of Selago #FCE8FE

Color information

#FCE8FE (or 0xFCE8FE) is unknown color: approx Selago. HEX triplet: FC, E8 and FE. RGB value is (252,232,254). Sum of RGB (Red+Green+Blue) = 252+232+254=738 (97% of max value = 765). Red value is 252 (98.83% from 255 or 34.15% from 738); Green value is 232 (91.02% from 255 or 31.44% from 738); Blue value is 254 (99.61% from 255 or 34.42% from 738); Max value from RGB is 254 - color contains mainly: blue. Hex color #FCE8FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCE8FE is #031701. Grayscale: #F0F0F0. Windows color (decimal): -202498 or 16705788. OLE color: 16705788.

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

Color convert

RGB252232254-
CMYK0.010.0900.00
HSL294.55º91.67%95.29%-
HSV(B)294.55º8.66%99.61%-
XYZ86.8985.56105.7-
YUV240.49135.63136.21-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.15%
GREEN value IS 232 (91.02% from 255) = 31.44%
BLUE value IS 254 (99.61% from 255) = 34.42%
R=34.15%
G=31.44%
B=34.42%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2522322540.010.0900.00294.5591.6795.29
HexFCE8FE19001275c5f
Octal37435037611100447134137
Binary111111001110100011111110110010010010011110111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE8FE; }

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

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

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

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

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

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

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

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