Html Css Color HEX #FCF6FE Magnolia

📋 copy color: '#FCF6FE'

red 252 ◦ green 246 ◦ blue 254

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

Shades of Magnolia #FCF6FE

Tints of Magnolia #FCF6FE

RGB

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

 GREEN value IS 246 (96.48% from 255) = 32.71%

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

R = 33.51%
G = 32.71%
B = 33.78%

CMYK

 C value IS 0.01

 M value IS 0.03

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FCF6FE (or 0xFCF6FE) is known color: Magnolia. HEX triplet: FC, F6 and FE. RGB value is (252,246,254). Sum of RGB (Red+Green+Blue) = 252+246+254=752 (99% of max value = 765). Red value is 252 (98.83% from 255 or 33.51% from 752); Green value is 246 (96.48% from 255 or 32.71% from 752); Blue value is 254 (99.61% from 255 or 33.78% from 752); Max value from RGB is 254 - color contains mainly: blue. Hex color #FCF6FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF6FE is #030901. Grayscale: #F8F8F8. Windows color (decimal): -198914 or 16709372. OLE color: 16709372.

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

Color convert

RGB 252 246 254 -
CMYK 0.01 0.03 0 0.00
HSL 285º 0.8% 0.98% -
HSV(B) 285º 0.03% 1% -
XYZ 90.99 93.76 107.07 -
YUV 248.71 130.99 130.35 -
System Red Green Blue C M Y K H S L
Decimal 252 246 254 0.01 0.03 0 0.00 285 0.8 0.98
Hex FC F6 FE 1 3 0 0 11D 50 62
Octal 374 366 376 1 3 0 0 435 120 142
Binary 11111100 11110110 11111110 1 11 0 0 100011101 1010000 1100010

Color Harmonies of #FCF6FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF6FE

Black with #FCF6FE

Text Example


Text Example

White with #FCF6FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF6FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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