#FFEEFE

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

Shades of Selago #FFEEFE

Tints of Selago #FFEEFE

Color information

#FFEEFE (or 0xFFEEFE) is unknown color: approx Selago. HEX triplet: FF, EE and FE. RGB value is (255,238,254). Sum of RGB (Red+Green+Blue) = 255+238+254=747 (98% of max value = 765). Red value is 255 (100% from 255 or 34.14% from 747); Green value is 238 (93.36% from 255 or 31.86% from 747); Blue value is 254 (99.61% from 255 or 34.00% from 747); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEEFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFEEFE is #001101. Grayscale: #F4F4F4. Windows color (decimal): -4354 or 16707327. OLE color: 16707327.

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

Color convert

RGB255238254-
CMYK00.070.000
HSL303.53º100%96.67%-
HSV(B)303.53º6.67%100%-
XYZ89.789.56106.33-
YUV244.91133.13135.2-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 34.14%
GREEN value IS 238 (93.36% from 255) = 31.86%
BLUE value IS 254 (99.61% from 255) = 34.00%
R=34.14%
G=31.86%
B=34.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.00
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523825400.070.000303.5310096.67
HexFFEEFE07001306461
Octal3773563760700460144141
Binary11111111111011101111111001110010011000011001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEEFE; }

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

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

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

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

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

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

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

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