Html Css Color HEX #FCFDFE Alice Blue

📋 copy color: '#FCFDFE'

red 252 ◦ green 253 ◦ blue 254

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

Shades of Alice Blue #FCFDFE

Tints of Alice Blue #FCFDFE

RGB

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

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

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

R = 33.2%
G = 33.33%
B = 33.47%

CMYK

 C value IS 0.01

 M value IS 0.00

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FCFDFE (or 0xFCFDFE) is known color: Alice Blue. HEX triplet: FC, FD and FE. RGB value is (252,253,254). Sum of RGB (Red+Green+Blue) = 252+253+254=759 (100% of max value = 765). Red value is 252 (98.83% from 255 or 33.20% from 759); Green value is 253 (99.22% from 255 or 33.33% from 759); Blue value is 254 (99.61% from 255 or 33.47% from 759); Max value from RGB is 254 - color contains mainly: blue. Hex color #FCFDFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCFDFE is #030201. Grayscale: #FCFCFC. Windows color (decimal): -197122 or 16711164. OLE color: 16711164.

HSL color Cylindrical-coordinate representation of color #FCFDFE: hue angle of 210º 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 #FCFDFE is Cyan = 0.01, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 252 253 254 -
CMYK 0.01 0.00 0 0.00
HSL 210º 0.5% 0.99% -
HSV(B) 210º 0.01% 1% -
XYZ 93.16 98.1 107.79 -
YUV 252.82 128.67 127.42 -
System Red Green Blue C M Y K H S L
Decimal 252 253 254 0.01 0.00 0 0.00 210 0.5 0.99
Hex FC FD FE 1 0 0 0 D2 32 63
Octal 374 375 376 1 0 0 0 322 62 143
Binary 11111100 11111101 11111110 1 0 0 0 11010010 110010 1100011

Color Harmonies of #FCFDFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFDFE

Black with #FCFDFE

Text Example


Text Example

White with #FCFDFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFDFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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