#F8FEFE

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

Shades of Azure #F8FEFE

Tints of Azure #F8FEFE

Color information

#F8FEFE (or 0xF8FEFE) is unknown color: approx Azure. HEX triplet: F8, FE and FE. RGB value is (248,254,254). Sum of RGB (Red+Green+Blue) = 248+254+254=756 (100% of max value = 765). Red value is 248 (97.27% from 255 or 32.80% from 756); Green value is 254 (99.61% from 255 or 33.60% from 756); Blue value is 254 (99.61% from 255 or 33.60% from 756); Max value from RGB is 254 - color contains mainly: green, blue. Hex color #F8FEFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F8FEFE is #070101. Grayscale: #FCFCFC. Windows color (decimal): -459010 or 16711416. OLE color: 16711416.

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

Color convert

RGB248254254-
CMYK0.02000.00
HSL180º75%98.43%-
HSV(B)180º2.36%99.61%-
XYZ92.0498107.83-
YUV252.21129.01125-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 32.80%
GREEN value IS 254 (99.61% from 255) = 33.60%
BLUE value IS 254 (99.61% from 255) = 33.60%
R=32.80%
G=33.60%
B=33.60%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2482542540.02000.001807598.43
HexF8FEFE2000b44b62
Octal3703763762000264113142
Binary111110001111111011111110100001011010010010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8FEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8FEFE; }

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

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

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

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

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

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

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

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