Html Css Color HEX #F5FDFD Azure

📋 copy color: '#F5FDFD'

red 245 ◦ green 253 ◦ blue 253

#F5FDFD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Azure #F5FDFD

Tints of Azure #F5FDFD

RGB

 RED value IS 245 (96.09% from 255) = 32.62%

 GREEN value IS 253 (99.22% from 255) = 33.69%

 BLUE value IS 253 (99.22% from 255) = 33.69%

R = 32.62%
G = 33.69%
B = 33.69%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F5FDFD (or 0xF5FDFD) is known color: Azure. HEX triplet: F5, FD and FD. RGB value is (245,253,253). Sum of RGB (Red+Green+Blue) = 245+253+253=751 (99% of max value = 765). Red value is 245 (96.09% from 255 or 32.62% from 751); Green value is 253 (99.22% from 255 or 33.69% from 751); Blue value is 253 (99.22% from 255 or 33.69% from 751); Max value from RGB is 253 - color contains mainly: green, blue. Hex color #F5FDFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5FDFD is #0A0202. Grayscale: #FAFAFA. Windows color (decimal): -655875 or 16645621. OLE color: 16645621.

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

Color convert

RGB 245 253 253 -
CMYK 0.03 0 0 0.01
HSL 180º 0.67% 0.98% -
HSV(B) 180º 0.03% 0.99% -
XYZ 90.51 96.75 106.83 -
YUV 250.61 129.35 124 -
System Red Green Blue C M Y K H S L
Decimal 245 253 253 0.03 0 0 0.01 180 0.67 0.98
Hex F5 FD FD 3 0 0 1 B4 43 62
Octal 365 375 375 3 0 0 1 264 103 142
Binary 11110101 11111101 11111101 11 0 0 1 10110100 1000011 1100010

Color Harmonies of #F5FDFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5FDFD

Black with #F5FDFD

Text Example


Text Example

White with #F5FDFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5FDFD; }

 p { color: rgb(245,253,253); }

 H1.HeaderClassName
 {
   color: #F5FDFD;
 }
 .AnyTagClassName
 {
   color: #F5FDFD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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