Html Css Color HEX #F2FFFD Azure

📋 copy color: '#F2FFFD'

red 242 ◦ green 255 ◦ blue 253

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

Shades of Azure #F2FFFD

Tints of Azure #F2FFFD

RGB

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

 GREEN value IS 255 (100% from 255) = 34%

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

R = 32.27%
G = 34%
B = 33.73%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.01

 K value IS 0

RGB Variations

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

Color information

#F2FFFD (or 0xF2FFFD) is known color: Azure. HEX triplet: F2, FF and FD. RGB value is (242,255,253). Sum of RGB (Red+Green+Blue) = 242+255+253=750 (99% of max value = 765). Red value is 242 (94.92% from 255 or 32.27% from 750); Green value is 255 (100% from 255 or 34% from 750); Blue value is 253 (99.22% from 255 or 33.73% from 750); Max value from RGB is 255 - color contains mainly: green. Hex color #F2FFFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2FFFD is #0D0002. Grayscale: #FAFAFA. Windows color (decimal): -851971 or 16646130. OLE color: 16646130.

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

Color convert

RGB 242 255 253 -
CMYK 0.05 0 0.01 0
HSL 170.77º 1% 0.97% -
HSV(B) 170.77º 0.05% 1% -
XYZ 90.11 97.49 107 -
YUV 250.89 129.19 121.66 -
System Red Green Blue C M Y K H S L
Decimal 242 255 253 0.05 0 0.01 0 170.77 1 0.97
Hex F2 FF FD 5 0 1 0 AB 64 61
Octal 362 377 375 5 0 1 0 253 144 141
Binary 11110010 11111111 11111101 101 0 1 0 10101011 1100100 1100001

Color Harmonies of #F2FFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FFFD

Black with #F2FFFD

Text Example


Text Example

White with #F2FFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FFFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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