#F4FFFD

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

Shades of Azure #F4FFFD

Tints of Azure #F4FFFD

Color information

#F4FFFD (or 0xF4FFFD) is unknown color: approx Azure. HEX triplet: F4, FF and FD. RGB value is (244,255,253). Sum of RGB (Red+Green+Blue) = 244+255+253=752 (99% of max value = 765). Red value is 244 (95.70% from 255 or 32.45% from 752); Green value is 255 (100% from 255 or 33.91% from 752); Blue value is 253 (99.22% from 255 or 33.64% from 752); Max value from RGB is 255 - color contains mainly: green. Hex color #F4FFFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F4FFFD is #0B0002. Grayscale: #FBFBFB. Windows color (decimal): -720899 or 16646132. OLE color: 16646132.

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

Color convert

RGB244255253-
CMYK0.0400.010
HSL169.09º100%97.84%-
HSV(B)169.09º4.31%100%-
XYZ90.897.84107.03-
YUV251.48128.86122.66-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 32.45%
GREEN value IS 255 (100% from 255) = 33.91%
BLUE value IS 253 (99.22% from 255) = 33.64%
R=32.45%
G=33.91%
B=33.64%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2442552530.0400.010169.0910097.84
HexF4FFFD4010a96462
Octal3643773754010251144142
Binary1111010011111111111111011000101010100111001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4FFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4FFFD; }

 p { color: rgb(244,255,253); }

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

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

 a { background-color: rgb(244,255,253); }

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

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

 span { border-color: rgb(244,255,253); }

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