#FEECFF

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

Shades of Selago #FEECFF

Tints of Selago #FEECFF

Color information

#FEECFF (or 0xFEECFF) is unknown color: approx Selago. HEX triplet: FE, EC and FF. RGB value is (254,236,255). Sum of RGB (Red+Green+Blue) = 254+236+255=745 (98% of max value = 765). Red value is 254 (99.61% from 255 or 34.09% from 745); Green value is 236 (92.58% from 255 or 31.68% from 745); Blue value is 255 (100% from 255 or 34.23% from 745); Max value from RGB is 255 - color contains mainly: blue. Hex color #FEECFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEECFF is #011300. Grayscale: #F3F3F3. Windows color (decimal): -70401 or 16772350. OLE color: 16772350.

HSL color Cylindrical-coordinate representation of color #FEECFF: hue angle of 296.84º 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 #FEECFF is Cyan = 0.00, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB254236255-
CMYK0.000.0700
HSL296.84º100%96.27%-
HSV(B)296.84º7.45%100%-
XYZ88.9288.28106.96-
YUV243.55134.46135.46-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 34.09%
GREEN value IS 236 (92.58% from 255) = 31.68%
BLUE value IS 255 (100% from 255) = 34.23%
R=34.09%
G=31.68%
B=34.23%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2542362550.000.0700296.8410096.27
HexFEECFF07001296460
Octal3763543770700451144140
Binary11111110111011001111111101110010010100111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEECFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEECFF; }

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

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

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

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

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

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

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

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