Html Css Color HEX #FCF6FF Magnolia

📋 copy color: '#FCF6FF'

red 252 ◦ green 246 ◦ blue 255

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

Shades of Magnolia #FCF6FF

Tints of Magnolia #FCF6FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 33.86%

R = 33.47%
G = 32.67%
B = 33.86%

CMYK

 C value IS 0.01

 M value IS 0.04

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FCF6FF (or 0xFCF6FF) is known color: Magnolia. HEX triplet: FC, F6 and FF. RGB value is (252,246,255). Sum of RGB (Red+Green+Blue) = 252+246+255=753 (99% of max value = 765). Red value is 252 (98.83% from 255 or 33.47% from 753); Green value is 246 (96.48% from 255 or 32.67% from 753); Blue value is 255 (100% from 255 or 33.86% from 753); Max value from RGB is 255 - color contains mainly: blue. Hex color #FCF6FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF6FF is #030900. Grayscale: #F8F8F8. Windows color (decimal): -198913 or 16774908. OLE color: 16774908.

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

Color convert

RGB 252 246 255 -
CMYK 0.01 0.04 0 0
HSL 280º 1% 0.98% -
HSV(B) 280º 0.04% 1% -
XYZ 91.15 93.83 107.91 -
YUV 248.82 131.49 130.27 -
System Red Green Blue C M Y K H S L
Decimal 252 246 255 0.01 0.04 0 0 280 1 0.98
Hex FC F6 FF 1 4 0 0 118 64 62
Octal 374 366 377 1 4 0 0 430 144 142
Binary 11111100 11110110 11111111 1 100 0 0 100011000 1100100 1100010

Color Harmonies of #FCF6FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF6FF

Black with #FCF6FF

Text Example


Text Example

White with #FCF6FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF6FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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