Html Css Color HEX #F8FDFC Azure

📋 copy color: '#F8FDFC'

red 248 ◦ green 253 ◦ blue 252

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

Shades of Azure #F8FDFC

Tints of Azure #F8FDFC

RGB

 RED value IS 248 (97.27% from 255) = 32.93%

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

 BLUE value IS 252 (98.83% from 255) = 33.47%

R = 32.93%
G = 33.6%
B = 33.47%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.00

 K value IS 0.01

RGB Variations

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

Color information

#F8FDFC (or 0xF8FDFC) is known color: Azure. HEX triplet: F8, FD and FC. RGB value is (248,253,252). Sum of RGB (Red+Green+Blue) = 248+253+252=753 (99% of max value = 765). Red value is 248 (97.27% from 255 or 32.93% from 753); Green value is 253 (99.22% from 255 or 33.60% from 753); Blue value is 252 (98.83% from 255 or 33.47% from 753); Max value from RGB is 253 - color contains mainly: green. Hex color #F8FDFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F8FDFC is #070203. Grayscale: #FBFBFB. Windows color (decimal): -459268 or 16580088. OLE color: 16580088.

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

Color convert

RGB 248 253 252 -
CMYK 0.02 0 0.00 0.01
HSL 168º 0.56% 0.98% -
HSV(B) 168º 0.02% 0.99% -
XYZ 91.41 97.24 106.05 -
YUV 251.39 128.34 125.58 -
System Red Green Blue C M Y K H S L
Decimal 248 253 252 0.02 0 0.00 0.01 168 0.56 0.98
Hex F8 FD FC 2 0 0 1 A8 38 62
Octal 370 375 374 2 0 0 1 250 70 142
Binary 11111000 11111101 11111100 10 0 0 1 10101000 111000 1100010

Color Harmonies of #F8FDFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8FDFC

Black with #F8FDFC

Text Example


Text Example

White with #F8FDFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8FDFC; }

 p { color: rgb(248,253,252); }

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

background-color css

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

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

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

border-color css

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

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

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