#FCEEFE

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

Shades of Selago #FCEEFE

Tints of Selago #FCEEFE

Color information

#FCEEFE (or 0xFCEEFE) is unknown color: approx Selago. HEX triplet: FC, EE and FE. RGB value is (252,238,254). Sum of RGB (Red+Green+Blue) = 252+238+254=744 (98% of max value = 765). Red value is 252 (98.83% from 255 or 33.87% from 744); Green value is 238 (93.36% from 255 or 31.99% from 744); Blue value is 254 (99.61% from 255 or 34.14% from 744); Max value from RGB is 254 - color contains mainly: blue. Hex color #FCEEFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCEEFE is #031101. Grayscale: #F3F3F3. Windows color (decimal): -200962 or 16707324. OLE color: 16707324.

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

Color convert

RGB252238254-
CMYK0.010.0600.00
HSL292.5º88.89%96.47%-
HSV(B)292.5º6.3%99.61%-
XYZ88.6189106.27-
YUV244.01133.64133.7-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 33.87%
GREEN value IS 238 (93.36% from 255) = 31.99%
BLUE value IS 254 (99.61% from 255) = 34.14%
R=33.87%
G=31.99%
B=34.14%

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
Decimal2522382540.010.0600.00292.588.8996.47
HexFCEEFE16001245960
Octal3743563761600444131140
Binary11111100111011101111111011100010010010010110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCEEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCEEFE; }

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

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

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

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

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

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

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

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