#FFEFFE

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

Shades of Selago #FFEFFE

Tints of Selago #FFEFFE

Color information

#FFEFFE (or 0xFFEFFE) is unknown color: approx Selago. HEX triplet: FF, EF and FE. RGB value is (255,239,254). Sum of RGB (Red+Green+Blue) = 255+239+254=748 (99% of max value = 765). Red value is 255 (100% from 255 or 34.09% from 748); Green value is 239 (93.75% from 255 or 31.95% from 748); Blue value is 254 (99.61% from 255 or 33.96% from 748); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEFFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFEFFE is #001001. Grayscale: #F5F5F5. Windows color (decimal): -4098 or 16707583. OLE color: 16707583.

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

Color convert

RGB255239254-
CMYK00.060.000
HSL303.75º100%96.86%-
HSV(B)303.75º6.27%100%-
XYZ9090.15106.42-
YUV245.49132.8134.78-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 34.09%
GREEN value IS 239 (93.75% from 255) = 31.95%
BLUE value IS 254 (99.61% from 255) = 33.96%
R=34.09%
G=31.95%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.00
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523925400.060.000303.7510096.86
HexFFEFFE06001306461
Octal3773573760600460144141
Binary11111111111011111111111001100010011000011001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEFFE; }

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

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

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

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

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

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

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

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