#FFF6FE

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

Shades of Selago #FFF6FE

Tints of Selago #FFF6FE

Color information

#FFF6FE (or 0xFFF6FE) is unknown color: approx Selago. HEX triplet: FF, F6 and FE. RGB value is (255,246,254). Sum of RGB (Red+Green+Blue) = 255+246+254=755 (100% of max value = 765). Red value is 255 (100% from 255 or 33.77% from 755); Green value is 246 (96.48% from 255 or 32.58% from 755); Blue value is 254 (99.61% from 255 or 33.64% from 755); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF6FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFF6FE is #000901. Grayscale: #F9F9F9. Windows color (decimal): -2306 or 16709375. OLE color: 16709375.

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

Color convert

RGB255246254-
CMYK00.040.000
HSL306.67º100%98.24%-
HSV(B)306.67º3.53%100%-
XYZ92.0994.33107.12-
YUV249.6130.48131.85-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 33.77%
GREEN value IS 246 (96.48% from 255) = 32.58%
BLUE value IS 254 (99.61% from 255) = 33.64%
R=33.77%
G=32.58%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.00
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524625400.040.000306.6710098.24
HexFFF6FE04001336462
Octal3773663760400463144142
Binary11111111111101101111111001000010011001111001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF6FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF6FE; }

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

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

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

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

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

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

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

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