#FFFEFF

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

Shades of Selago #FFFEFF

Tints of Selago #FFFEFF

Color information

#FFFEFF (or 0xFFFEFF) is unknown color: approx Selago. HEX triplet: FF, FE and FF. RGB value is (255,254,255). Sum of RGB (Red+Green+Blue) = 255+254+255=764 (101% of max value = 765). Red value is 255 (100% from 255 or 33.38% from 764); Green value is 254 (99.61% from 255 or 33.25% from 764); Blue value is 255 (100% from 255 or 33.38% from 764); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FFFEFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFFEFF is #000100. Grayscale: #FEFEFE. Windows color (decimal): -257 or 16776959. OLE color: 16776959.

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

Color convert

RGB255254255-
CMYK00.0000
HSL300º100%99.8%-
HSV(B)300º0.39%100%-
XYZ94.7399.36108.79-
YUV254.41128.33128.42-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 33.38%
GREEN value IS 254 (99.61% from 255) = 33.25%
BLUE value IS 255 (100% from 255) = 33.38%
R=33.38%
G=33.25%
B=33.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25525425500.000030010099.8
HexFFFEFF000012c6464
Octal3773763770000454144144
Binary111111111111111011111111000010010110011001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFEFF; }

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

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

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

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

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

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

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

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