#FCE4FF

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

Shades of Selago #FCE4FF

Tints of Selago #FCE4FF

Color information

#FCE4FF (or 0xFCE4FF) is unknown color: approx Selago. HEX triplet: FC, E4 and FF. RGB value is (252,228,255). Sum of RGB (Red+Green+Blue) = 252+228+255=735 (97% of max value = 765). Red value is 252 (98.83% from 255 or 34.29% from 735); Green value is 228 (89.45% from 255 or 31.02% from 735); Blue value is 255 (100% from 255 or 34.69% from 735); Max value from RGB is 255 - color contains mainly: blue. Hex color #FCE4FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCE4FF is #031B00. Grayscale: #EEEEEE. Windows color (decimal): -203521 or 16770300. OLE color: 16770300.

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

Color convert

RGB252228255-
CMYK0.010.1100
HSL293.33º100%94.71%-
HSV(B)293.33º10.59%100%-
XYZ85.9483.4106.18-
YUV238.25137.45137.8-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.29%
GREEN value IS 228 (89.45% from 255) = 31.02%
BLUE value IS 255 (100% from 255) = 34.69%
R=34.29%
G=31.02%
B=34.69%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2522282550.010.1100293.3310094.71
HexFCE4FF1B00125645f
Octal37434437711300445144137
Binary111111001110010011111111110110010010010111001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE4FF; }

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

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

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

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

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

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

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

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