Html Css Color HEX #F1FDFD Azure

📋 copy color: '#F1FDFD'

red 241 ◦ green 253 ◦ blue 253

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

Shades of Azure #F1FDFD

Tints of Azure #F1FDFD

RGB

 RED value IS 241 (94.53% from 255) = 32.26%

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

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

R = 32.26%
G = 33.87%
B = 33.87%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F1FDFD (or 0xF1FDFD) is known color: Azure. HEX triplet: F1, FD and FD. RGB value is (241,253,253). Sum of RGB (Red+Green+Blue) = 241+253+253=747 (98% of max value = 765). Red value is 241 (94.53% from 255 or 32.26% from 747); Green value is 253 (99.22% from 255 or 33.87% from 747); Blue value is 253 (99.22% from 255 or 33.87% from 747); Max value from RGB is 253 - color contains mainly: green, blue. Hex color #F1FDFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1FDFD is #0E0202. Grayscale: #F9F9F9. Windows color (decimal): -918019 or 16645617. OLE color: 16645617.

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

Color convert

RGB 241 253 253 -
CMYK 0.05 0 0 0.01
HSL 180º 0.75% 0.97% -
HSV(B) 180º 0.05% 0.99% -
XYZ 89.13 96.04 106.77 -
YUV 249.41 130.02 122 -
System Red Green Blue C M Y K H S L
Decimal 241 253 253 0.05 0 0 0.01 180 0.75 0.97
Hex F1 FD FD 5 0 0 1 B4 4B 61
Octal 361 375 375 5 0 0 1 264 113 141
Binary 11110001 11111101 11111101 101 0 0 1 10110100 1001011 1100001

Color Harmonies of #F1FDFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1FDFD

Black with #F1FDFD

Text Example


Text Example

White with #F1FDFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1FDFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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