#F8FDFE

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

Shades of Azure #F8FDFE

Tints of Azure #F8FDFE

Color information

#F8FDFE (or 0xF8FDFE) is unknown color: approx Azure. HEX triplet: F8, FD and FE. RGB value is (248,253,254). Sum of RGB (Red+Green+Blue) = 248+253+254=755 (100% of max value = 765). Red value is 248 (97.27% from 255 or 32.85% from 755); Green value is 253 (99.22% from 255 or 33.51% from 755); Blue value is 254 (99.61% from 255 or 33.64% from 755); Max value from RGB is 254 - color contains mainly: blue. Hex color #F8FDFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F8FDFE is #070201. Grayscale: #FBFBFB. Windows color (decimal): -459266 or 16711160. OLE color: 16711160.

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

Color convert

RGB248253254-
CMYK0.020.0000.00
HSL190º75%98.43%-
HSV(B)190º2.36%99.61%-
XYZ91.7397.36107.72-
YUV251.62129.34125.42-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 32.85%
GREEN value IS 253 (99.22% from 255) = 33.51%
BLUE value IS 254 (99.61% from 255) = 33.64%
R=32.85%
G=33.51%
B=33.64%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2482532540.020.0000.001907598.43
HexF8FDFE2000be4b62
Octal3703753762000276113142
Binary111110001111110111111110100001011111010010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8FDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8FDFE; }

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

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

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

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

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

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

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

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