Html Css Color HEX #F2FCFF Azure

📋 copy color: '#F2FCFF'

red 242 ◦ green 252 ◦ blue 255

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

Shades of Azure #F2FCFF

Tints of Azure #F2FCFF

RGB

 RED value IS 242 (94.92% from 255) = 32.31%

 GREEN value IS 252 (98.83% from 255) = 33.64%

 BLUE value IS 255 (100% from 255) = 34.05%

R = 32.31%
G = 33.64%
B = 34.05%

CMYK

 C value IS 0.05

 M value IS 0.01

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F2FCFF (or 0xF2FCFF) is known color: Azure. HEX triplet: F2, FC and FF. RGB value is (242,252,255). Sum of RGB (Red+Green+Blue) = 242+252+255=749 (99% of max value = 765). Red value is 242 (94.92% from 255 or 32.31% from 749); Green value is 252 (98.83% from 255 or 33.64% from 749); Blue value is 255 (100% from 255 or 34.05% from 749); Max value from RGB is 255 - color contains mainly: blue. Hex color #F2FCFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2FCFF is #0D0300. Grayscale: #F9F9F9. Windows color (decimal): -852737 or 16776434. OLE color: 16776434.

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

Color convert

RGB 242 252 255 -
CMYK 0.05 0.01 0 0
HSL 193.85º 1% 0.97% -
HSV(B) 193.85º 0.05% 1% -
XYZ 89.48 95.72 108.37 -
YUV 249.35 131.19 122.76 -
System Red Green Blue C M Y K H S L
Decimal 242 252 255 0.05 0.01 0 0 193.85 1 0.97
Hex F2 FC FF 5 1 0 0 C2 64 61
Octal 362 374 377 5 1 0 0 302 144 141
Binary 11110010 11111100 11111111 101 1 0 0 11000010 1100100 1100001

Color Harmonies of #F2FCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FCFF

Black with #F2FCFF

Text Example


Text Example

White with #F2FCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FCFF; }

 p { color: rgb(242,252,255); }

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

background-color css

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

 a { background-color: rgb(242,252,255); }

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

border-color css

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

 span { border-color: rgb(242,252,255); }

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