#FCE9FE

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

Shades of Selago #FCE9FE

Tints of Selago #FCE9FE

Color information

#FCE9FE (or 0xFCE9FE) is unknown color: approx Selago. HEX triplet: FC, E9 and FE. RGB value is (252,233,254). Sum of RGB (Red+Green+Blue) = 252+233+254=739 (97% of max value = 765). Red value is 252 (98.83% from 255 or 34.10% from 739); Green value is 233 (91.41% from 255 or 31.53% from 739); Blue value is 254 (99.61% from 255 or 34.37% from 739); Max value from RGB is 254 - color contains mainly: blue. Hex color #FCE9FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCE9FE is #031601. Grayscale: #F1F1F1. Windows color (decimal): -202242 or 16706044. OLE color: 16706044.

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

Color convert

RGB252233254-
CMYK0.010.0800.00
HSL294.29º91.3%95.49%-
HSV(B)294.29º8.27%99.61%-
XYZ87.1786.13105.8-
YUV241.07135.29135.79-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.10%
GREEN value IS 233 (91.41% from 255) = 31.53%
BLUE value IS 254 (99.61% from 255) = 34.37%
R=34.10%
G=31.53%
B=34.37%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2522332540.010.0800.00294.2991.395.49
HexFCE9FE18001265b5f
Octal37435137611000446133137
Binary111111001110100111111110110000010010011010110111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE9FE; }

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

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

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

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

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

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

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

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