#FCE4FD

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

Shades of Selago #FCE4FD

Tints of Selago #FCE4FD

Color information

#FCE4FD (or 0xFCE4FD) is unknown color: approx Selago. HEX triplet: FC, E4 and FD. RGB value is (252,228,253). Sum of RGB (Red+Green+Blue) = 252+228+253=733 (97% of max value = 765). Red value is 252 (98.83% from 255 or 34.38% from 733); Green value is 228 (89.45% from 255 or 31.11% from 733); Blue value is 253 (99.22% from 255 or 34.52% from 733); Max value from RGB is 253 - color contains mainly: blue. Hex color #FCE4FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCE4FD is #031B02. Grayscale: #EDEDED. Windows color (decimal): -203523 or 16639228. OLE color: 16639228.

HSL color Cylindrical-coordinate representation of color #FCE4FD: hue angle of 297.6º degrees, saturation: 0.86, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FCE4FD is Cyan = 0.00, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB252228253-
CMYK0.000.1000.01
HSL297.6º86.21%94.31%-
HSV(B)297.6º9.88%99.22%-
XYZ85.6283.27104.49-
YUV238.03136.45137.97-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.38%
GREEN value IS 228 (89.45% from 255) = 31.11%
BLUE value IS 253 (99.22% from 255) = 34.52%
R=34.38%
G=31.11%
B=34.52%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522282530.000.1000.01297.686.2194.31
HexFCE4FD0A0112a565e
Octal37434437501201452126136
Binary111111001110010011111101010100110010101010101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE4FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE4FD; }

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

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

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

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

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

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

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

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