#FCE7FC

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

Shades of Selago #FCE7FC

Tints of Selago #FCE7FC

Color information

#FCE7FC (or 0xFCE7FC) is unknown color: approx Selago. HEX triplet: FC, E7 and FC. RGB value is (252,231,252). Sum of RGB (Red+Green+Blue) = 252+231+252=735 (97% of max value = 765). Red value is 252 (98.83% from 255 or 34.29% from 735); Green value is 231 (90.62% from 255 or 31.43% from 735); Blue value is 252 (98.83% from 255 or 34.29% from 735); Max value from RGB is 252 - color contains mainly: red, blue. Hex color #FCE7FC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCE7FC is #031803. Grayscale: #EFEFEF. Windows color (decimal): -202756 or 16574460. OLE color: 16574460.

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

Color convert

RGB252231252-
CMYK00.0800.01
HSL300º77.78%94.71%-
HSV(B)300º8.33%98.82%-
XYZ86.2984.88103.93-
YUV239.67134.96136.79-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.29%
GREEN value IS 231 (90.62% from 255) = 31.43%
BLUE value IS 252 (98.83% from 255) = 34.29%
R=34.29%
G=31.43%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223125200.0800.0130077.7894.71
HexFCE7FC080112c4e5f
Octal37434737401001454116137
Binary111111001110011111111100010000110010110010011101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE7FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE7FC; }

 p { color: rgb(252,231,252); }

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

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

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

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

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

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

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