#FCE6FF

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

Shades of Selago #FCE6FF

Tints of Selago #FCE6FF

Color information

#FCE6FF (or 0xFCE6FF) is unknown color: approx Selago. HEX triplet: FC, E6 and FF. RGB value is (252,230,255). Sum of RGB (Red+Green+Blue) = 252+230+255=737 (97% of max value = 765). Red value is 252 (98.83% from 255 or 34.19% from 737); Green value is 230 (90.23% from 255 or 31.21% from 737); Blue value is 255 (100% from 255 or 34.60% from 737); Max value from RGB is 255 - color contains mainly: blue. Hex color #FCE6FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCE6FF is #031900. Grayscale: #EFEFEF. Windows color (decimal): -203009 or 16770812. OLE color: 16770812.

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

Color convert

RGB252230255-
CMYK0.010.1000
HSL292.8º100%95.1%-
HSV(B)292.8º9.8%100%-
XYZ86.4984.51106.36-
YUV239.43136.79136.97-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.19%
GREEN value IS 230 (90.23% from 255) = 31.21%
BLUE value IS 255 (100% from 255) = 34.60%
R=34.19%
G=31.21%
B=34.60%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2522302550.010.1000292.810095.1
HexFCE6FF1A00125645f
Octal37434637711200445144137
Binary111111001110011011111111110100010010010111001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE6FF; }

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

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

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

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

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

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

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

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