#FCFDFD

Color #FCFDFD Azure (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Azure #FCFDFD

Tints of Azure #FCFDFD

Color information

#FCFDFD (or 0xFCFDFD) is unknown color: approx Azure. HEX triplet: FC, FD and FD. RGB value is (252,253,253). Sum of RGB (Red+Green+Blue) = 252+253+253=758 (100% of max value = 765). Red value is 252 (98.83% from 255 or 33.25% from 758); Green value is 253 (99.22% from 255 or 33.38% from 758); Blue value is 253 (99.22% from 255 or 33.38% from 758); Max value from RGB is 253 - color contains mainly: green, blue. Hex color #FCFDFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCFDFD is #030202. Grayscale: #FCFCFC. Windows color (decimal): -197123 or 16645628. OLE color: 16645628.

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

Color convert

RGB252253253-
CMYK0.00000.01
HSL180º20%99.02%-
HSV(B)180º0.4%99.22%-
XYZ9398.04106.95-
YUV252.7128.17127.5-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 33.25%
GREEN value IS 253 (99.22% from 255) = 33.38%
BLUE value IS 253 (99.22% from 255) = 33.38%
R=33.25%
G=33.38%
B=33.38%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522532530.00000.011802099.02
HexFCFDFD0001b41463
Octal374375375000126424143
Binary111111001111110111111101000110110100101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFDFD; }

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

 H1.HeaderClassName
 {
   color: #FCFDFD;
 }
 .AnyTagClassName
 {
   color: #FCFDFD;
 }
</style>
background-color css

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

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

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

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

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

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