#FCE6FE

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

Shades of Selago #FCE6FE

Tints of Selago #FCE6FE

Color information

#FCE6FE (or 0xFCE6FE) is unknown color: approx Selago. HEX triplet: FC, E6 and FE. RGB value is (252,230,254). Sum of RGB (Red+Green+Blue) = 252+230+254=736 (97% of max value = 765). Red value is 252 (98.83% from 255 or 34.24% from 736); Green value is 230 (90.23% from 255 or 31.25% from 736); Blue value is 254 (99.61% from 255 or 34.51% from 736); Max value from RGB is 254 - color contains mainly: blue. Hex color #FCE6FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCE6FE is #031901. Grayscale: #EFEFEF. Windows color (decimal): -203010 or 16705276. OLE color: 16705276.

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

Color convert

RGB252230254-
CMYK0.010.0900.00
HSL295º92.31%94.9%-
HSV(B)295º9.45%99.61%-
XYZ86.3384.44105.52-
YUV239.31136.29137.05-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.24%
GREEN value IS 230 (90.23% from 255) = 31.25%
BLUE value IS 254 (99.61% from 255) = 34.51%
R=34.24%
G=31.25%
B=34.51%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2522302540.010.0900.0029592.3194.9
HexFCE6FE19001275c5f
Octal37434637611100447134137
Binary111111001110011011111110110010010010011110111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE6FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE6FE; }

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

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

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

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

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

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

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

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