#FCEFFE

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

Shades of Selago #FCEFFE

Tints of Selago #FCEFFE

Color information

#FCEFFE (or 0xFCEFFE) is unknown color: approx Selago. HEX triplet: FC, EF and FE. RGB value is (252,239,254). Sum of RGB (Red+Green+Blue) = 252+239+254=745 (98% of max value = 765). Red value is 252 (98.83% from 255 or 33.83% from 745); Green value is 239 (93.75% from 255 or 32.08% from 745); Blue value is 254 (99.61% from 255 or 34.09% from 745); Max value from RGB is 254 - color contains mainly: blue. Hex color #FCEFFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCEFFE is #031001. Grayscale: #F4F4F4. Windows color (decimal): -200706 or 16707580. OLE color: 16707580.

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

Color convert

RGB252239254-
CMYK0.010.0600.00
HSL292º88.24%96.67%-
HSV(B)292º5.91%99.61%-
XYZ88.989.58106.37-
YUV244.6133.31133.28-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 33.83%
GREEN value IS 239 (93.75% from 255) = 32.08%
BLUE value IS 254 (99.61% from 255) = 34.09%
R=33.83%
G=32.08%
B=34.09%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2522392540.010.0600.0029288.2496.67
HexFCEFFE16001245861
Octal3743573761600444130141
Binary11111100111011111111111011100010010010010110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCEFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCEFFE; }

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

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

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

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

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

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

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

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