Html Css Color HEX #FCF7FF Magnolia

📋 copy color: '#FCF7FF'

red 252 ◦ green 247 ◦ blue 255

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

Shades of Magnolia #FCF7FF

Tints of Magnolia #FCF7FF

RGB

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

 GREEN value IS 247 (96.88% from 255) = 32.76%

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

R = 33.42%
G = 32.76%
B = 33.82%

CMYK

 C value IS 0.01

 M value IS 0.03

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FCF7FF (or 0xFCF7FF) is known color: Magnolia. HEX triplet: FC, F7 and FF. RGB value is (252,247,255). Sum of RGB (Red+Green+Blue) = 252+247+255=754 (99% of max value = 765). Red value is 252 (98.83% from 255 or 33.42% from 754); Green value is 247 (96.88% from 255 or 32.76% from 754); Blue value is 255 (100% from 255 or 33.82% from 754); Max value from RGB is 255 - color contains mainly: blue. Hex color #FCF7FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF7FF is #030800. Grayscale: #F9F9F9. Windows color (decimal): -198657 or 16775164. OLE color: 16775164.

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

Color convert

RGB 252 247 255 -
CMYK 0.01 0.03 0 0
HSL 277.5º 1% 0.98% -
HSV(B) 277.5º 0.03% 1% -
XYZ 91.46 94.44 108.02 -
YUV 249.41 131.16 129.85 -
System Red Green Blue C M Y K H S L
Decimal 252 247 255 0.01 0.03 0 0 277.5 1 0.98
Hex FC F7 FF 1 3 0 0 116 64 62
Octal 374 367 377 1 3 0 0 426 144 142
Binary 11111100 11110111 11111111 1 11 0 0 100010110 1100100 1100010

Color Harmonies of #FCF7FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF7FF

Black with #FCF7FF

Text Example


Text Example

White with #FCF7FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF7FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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