#FCDFFE

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

Shades of Selago #FCDFFE

Tints of Selago #FCDFFE

Color information

#FCDFFE (or 0xFCDFFE) is unknown color: approx Selago. HEX triplet: FC, DF and FE. RGB value is (252,223,254). Sum of RGB (Red+Green+Blue) = 252+223+254=729 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.57% from 729); Green value is 223 (87.5% from 255 or 30.59% from 729); Blue value is 254 (99.61% from 255 or 34.84% from 729); Max value from RGB is 254 - color contains mainly: blue. Hex color #FCDFFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDFFE is #032001. Grayscale: #EBEBEB. Windows color (decimal): -204802 or 16703484. OLE color: 16703484.

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

Color convert

RGB252223254-
CMYK0.010.1200.00
HSL296.13º93.94%93.53%-
HSV(B)296.13º12.2%99.61%-
XYZ84.4280.63104.88-
YUV235.2138.61139.98-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.57%
GREEN value IS 223 (87.5% from 255) = 30.59%
BLUE value IS 254 (99.61% from 255) = 34.84%
R=34.57%
G=30.59%
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.00
SystemRedGreenBlueCMYKHSL
Decimal2522232540.010.1200.00296.1393.9493.53
HexFCDFFE1C001285e5e
Octal37433737611400450136136
Binary111111001101111111111110111000010010100010111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDFFE; }

 p { color: rgb(252,223,254); }

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

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

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

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

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

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

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