#FFF7FE

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

Shades of Selago #FFF7FE

Tints of Selago #FFF7FE

Color information

#FFF7FE (or 0xFFF7FE) is unknown color: approx Selago. HEX triplet: FF, F7 and FE. RGB value is (255,247,254). Sum of RGB (Red+Green+Blue) = 255+247+254=756 (100% of max value = 765). Red value is 255 (100% from 255 or 33.73% from 756); Green value is 247 (96.88% from 255 or 32.67% from 756); Blue value is 254 (99.61% from 255 or 33.60% from 756); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF7FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFF7FE is #000801. Grayscale: #FAFAFA. Windows color (decimal): -2050 or 16709631. OLE color: 16709631.

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

Color convert

RGB255247254-
CMYK00.030.000
HSL307.5º100%98.43%-
HSV(B)307.5º3.14%100%-
XYZ92.3994.94107.22-
YUV250.19130.15131.43-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 33.73%
GREEN value IS 247 (96.88% from 255) = 32.67%
BLUE value IS 254 (99.61% from 255) = 33.60%
R=33.73%
G=32.67%
B=33.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.00
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524725400.030.000307.510098.43
HexFFF7FE03001346462
Octal3773673760300464144142
Binary1111111111110111111111100110010011010011001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF7FE; }

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

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

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

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

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

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

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

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