Html Css Color HEX #FCFFFF Azure

📋 copy color: '#FCFFFF'

red 252 ◦ green 255 ◦ blue 255

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

Shades of Azure #FCFFFF

Tints of Azure #FCFFFF

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 value IS 0.01

 M value IS 0

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FCFFFF (or 0xFCFFFF) is known color: 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

RGB 252 255 255 -
CMYK 0.01 0 0 0
HSL 180º 1% 0.99% -
HSV(B) 180º 0.01% 1% -
XYZ 93.95 99.44 108.85 -
YUV 254.1 128.51 126.5 -
System Red Green Blue C M Y K H S L
Decimal 252 255 255 0.01 0 0 0 180 1 0.99
Hex FC FF FF 1 0 0 0 B4 64 63
Octal 374 377 377 1 0 0 0 264 144 143
Binary 11111100 11111111 11111111 1 0 0 0 10110100 1100100 1100011

Color Harmonies of #FCFFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFFFF

Black with #FCFFFF

Text Example


Text Example

White with #FCFFFF

Text Example


Text Example

HTML Codes & Css Web 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>