Html Css Color HEX #FCF8FE Magnolia

📋 copy color: '#FCF8FE'

red 252 ◦ green 248 ◦ blue 254

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

Shades of Magnolia #FCF8FE

Tints of Magnolia #FCF8FE

RGB

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

 GREEN value IS 248 (97.27% from 255) = 32.89%

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

R = 33.42%
G = 32.89%
B = 33.69%

CMYK

 C value IS 0.01

 M value IS 0.02

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FCF8FE (or 0xFCF8FE) is known color: Magnolia. HEX triplet: FC, F8 and FE. RGB value is (252,248,254). Sum of RGB (Red+Green+Blue) = 252+248+254=754 (99% of max value = 765). Red value is 252 (98.83% from 255 or 33.42% from 754); Green value is 248 (97.27% from 255 or 32.89% from 754); Blue value is 254 (99.61% from 255 or 33.69% from 754); Max value from RGB is 254 - color contains mainly: blue. Hex color #FCF8FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF8FE is #030701. Grayscale: #F9F9F9. Windows color (decimal): -198402 or 16709884. OLE color: 16709884.

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

Color convert

RGB 252 248 254 -
CMYK 0.01 0.02 0 0.00
HSL 280º 0.75% 0.98% -
HSV(B) 280º 0.02% 1% -
XYZ 91.6 94.99 107.27 -
YUV 249.88 130.33 129.51 -
System Red Green Blue C M Y K H S L
Decimal 252 248 254 0.01 0.02 0 0.00 280 0.75 0.98
Hex FC F8 FE 1 2 0 0 118 4B 62
Octal 374 370 376 1 2 0 0 430 113 142
Binary 11111100 11111000 11111110 1 10 0 0 100011000 1001011 1100010

Color Harmonies of #FCF8FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF8FE

Black with #FCF8FE

Text Example


Text Example

White with #FCF8FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF8FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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