#FCECFF

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

Shades of Selago #FCECFF

Tints of Selago #FCECFF

Color information

#FCECFF (or 0xFCECFF) is unknown color: approx Selago. HEX triplet: FC, EC and FF. RGB value is (252,236,255). Sum of RGB (Red+Green+Blue) = 252+236+255=743 (98% of max value = 765). Red value is 252 (98.83% from 255 or 33.92% from 743); Green value is 236 (92.58% from 255 or 31.76% from 743); Blue value is 255 (100% from 255 or 34.32% from 743); Max value from RGB is 255 - color contains mainly: blue. Hex color #FCECFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCECFF is #031300. Grayscale: #F2F2F2. Windows color (decimal): -201473 or 16772348. OLE color: 16772348.

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

Color convert

RGB252236255-
CMYK0.010.0700
HSL290.53º100%96.27%-
HSV(B)290.53º7.45%100%-
XYZ88.1987.91106.93-
YUV242.95134.8134.46-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 33.92%
GREEN value IS 236 (92.58% from 255) = 31.76%
BLUE value IS 255 (100% from 255) = 34.32%
R=33.92%
G=31.76%
B=34.32%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2522362550.010.0700290.5310096.27
HexFCECFF17001236460
Octal3743543771700443144140
Binary11111100111011001111111111110010010001111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCECFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCECFF; }

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

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

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

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

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

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

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

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