#FCFFFF

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

Shades of Azure #FCFFFF

Tints of Azure #FCFFFF

Color information

#FCFFFF (or 0xFCFFFF) is unknown color: approx Azure. HEX triplet: FC, FF and FF. RGB value is (252,255,255). Sum of RGB (Red+Green+Blue) = 252+255+255=762 (100% of max value = 765). Red value is 252 (98.83% from 255 or 33.07% from 762); Green value is 255 (100% from 255 or 33.46% from 762); Blue value is 255 (100% from 255 or 33.46% from 762); Max value from RGB is 255 - color contains mainly: green, blue. Hex color #FCFFFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCFFFF is #030000. Grayscale: #FEFEFE. Windows color (decimal): -196609 or 16777212. OLE color: 16777212.

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

Color convert

RGB252255255-
CMYK0.01000
HSL180º100%99.41%-
HSV(B)180º1.18%100%-
XYZ93.9599.44108.85-
YUV254.1128.51126.5-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 33.07%
GREEN value IS 255 (100% from 255) = 33.46%
BLUE value IS 255 (100% from 255) = 33.46%
R=33.07%
G=33.46%
B=33.46%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2522552550.0100018010099.41
HexFCFFFF1000b46463
Octal3743773771000264144143
Binary11111100111111111111111110001011010011001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFFFF; }

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

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

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

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

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

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

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

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