Html Css Color HEX #FCFEFE Azure

📋 copy color: '#FCFEFE'

red 252 ◦ green 254 ◦ blue 254

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

Shades of Azure #FCFEFE

Tints of Azure #FCFEFE

RGB

 RED value IS 252 (98.83% from 255) = 33.16%

 GREEN value IS 254 (99.61% from 255) = 33.42%

 BLUE value IS 254 (99.61% from 255) = 33.42%

R = 33.16%
G = 33.42%
B = 33.42%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FCFEFE (or 0xFCFEFE) is known color: Azure. HEX triplet: FC, FE and FE. RGB value is (252,254,254). Sum of RGB (Red+Green+Blue) = 252+254+254=760 (100% of max value = 765). Red value is 252 (98.83% from 255 or 33.16% from 760); Green value is 254 (99.61% from 255 or 33.42% from 760); Blue value is 254 (99.61% from 255 or 33.42% from 760); Max value from RGB is 254 - color contains mainly: green, blue. Hex color #FCFEFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCFEFE is #030101. Grayscale: #FDFDFD. Windows color (decimal): -196866 or 16711420. OLE color: 16711420.

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

Color convert

RGB 252 254 254 -
CMYK 0.01 0 0 0.00
HSL 180º 0.5% 0.99% -
HSV(B) 180º 0.01% 1% -
XYZ 93.48 98.73 107.9 -
YUV 253.4 128.34 127 -
System Red Green Blue C M Y K H S L
Decimal 252 254 254 0.01 0 0 0.00 180 0.5 0.99
Hex FC FE FE 1 0 0 0 B4 32 63
Octal 374 376 376 1 0 0 0 264 62 143
Binary 11111100 11111110 11111110 1 0 0 0 10110100 110010 1100011

Color Harmonies of #FCFEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFEFE

Black with #FCFEFE

Text Example


Text Example

White with #FCFEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFEFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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