#FCE1FF

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

Shades of Selago #FCE1FF

Tints of Selago #FCE1FF

Color information

#FCE1FF (or 0xFCE1FF) is unknown color: approx Selago. HEX triplet: FC, E1 and FF. RGB value is (252,225,255). Sum of RGB (Red+Green+Blue) = 252+225+255=732 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.43% from 732); Green value is 225 (88.28% from 255 or 30.74% from 732); Blue value is 255 (100% from 255 or 34.84% from 732); Max value from RGB is 255 - color contains mainly: blue. Hex color #FCE1FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCE1FF is #031E00. Grayscale: #ECECEC. Windows color (decimal): -204289 or 16769532. OLE color: 16769532.

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

Color convert

RGB252225255-
CMYK0.010.1200
HSL294º100%94.12%-
HSV(B)294º11.76%100%-
XYZ85.1281.77105.9-
YUV236.49138.45139.06-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.43%
GREEN value IS 225 (88.28% from 255) = 30.74%
BLUE value IS 255 (100% from 255) = 34.84%
R=34.43%
G=30.74%
B=34.84%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2522252550.010.120029410094.12
HexFCE1FF1C00126645e
Octal37434137711400446144136
Binary111111001110000111111111111000010010011011001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE1FF; }

 p { color: rgb(252,225,255); }

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

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

 a { background-color: rgb(252,225,255); }

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

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

 span { border-color: rgb(252,225,255); }

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