#FCDEFC

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

Shades of Selago #FCDEFC

Tints of Selago #FCDEFC

Color information

#FCDEFC (or 0xFCDEFC) is unknown color: approx Selago. HEX triplet: FC, DE and FC. RGB value is (252,222,252). Sum of RGB (Red+Green+Blue) = 252+222+252=726 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.71% from 726); Green value is 222 (87.11% from 255 or 30.58% from 726); Blue value is 252 (98.83% from 255 or 34.71% from 726); Max value from RGB is 252 - color contains mainly: red, blue. Hex color #FCDEFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDEFC is #032103. Grayscale: #EAEAEA. Windows color (decimal): -205060 or 16572156. OLE color: 16572156.

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

Color convert

RGB252222252-
CMYK00.1200.01
HSL300º83.33%92.94%-
HSV(B)300º11.9%98.82%-
XYZ83.8479.97103.11-
YUV234.39137.94140.56-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.71%
GREEN value IS 222 (87.11% from 255) = 30.58%
BLUE value IS 252 (98.83% from 255) = 34.71%
R=34.71%
G=30.58%
B=34.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222225200.1200.0130083.3392.94
HexFCDEFC0C0112c535d
Octal37433637401401454123135
Binary111111001101111011111100011000110010110010100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDEFC; }

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

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

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

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

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

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

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

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