#FFF5FE

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

Shades of Selago #FFF5FE

Tints of Selago #FFF5FE

Color information

#FFF5FE (or 0xFFF5FE) is unknown color: approx Selago. HEX triplet: FF, F5 and FE. RGB value is (255,245,254). Sum of RGB (Red+Green+Blue) = 255+245+254=754 (99% of max value = 765). Red value is 255 (100% from 255 or 33.82% from 754); Green value is 245 (96.09% from 255 or 32.49% from 754); Blue value is 254 (99.61% from 255 or 33.69% from 754); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF5FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFF5FE is #000A01. Grayscale: #F8F8F8. Windows color (decimal): -2562 or 16709119. OLE color: 16709119.

HSL color Cylindrical-coordinate representation of color #FFF5FE: hue angle of 306º 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 #FFF5FE is Cyan = 0, Magento = 0.04, Yellow = 0.00 and Black (K on CMYK) = 0.

Color convert

RGB255245254-
CMYK00.040.000
HSL306º100%98.04%-
HSV(B)306º3.92%100%-
XYZ91.7893.72107.02-
YUV249.02130.81132.27-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 33.82%
GREEN value IS 245 (96.09% from 255) = 32.49%
BLUE value IS 254 (99.61% from 255) = 33.69%
R=33.82%
G=32.49%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.00
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524525400.040.00030610098.04
HexFFF5FE04001326462
Octal3773653760400462144142
Binary11111111111101011111111001000010011001011001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF5FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF5FE; }

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

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

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

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

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

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

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

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