Html Css Color HEX #FCF2FF Magnolia

📋 copy color: '#FCF2FF'

red 252 ◦ green 242 ◦ blue 255

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

Shades of Magnolia #FCF2FF

Tints of Magnolia #FCF2FF

RGB

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

 GREEN value IS 242 (94.92% from 255) = 32.31%

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

R = 33.64%
G = 32.31%
B = 34.05%

CMYK

 C value IS 0.01

 M value IS 0.05

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FCF2FF (or 0xFCF2FF) is known color: Magnolia. HEX triplet: FC, F2 and FF. RGB value is (252,242,255). Sum of RGB (Red+Green+Blue) = 252+242+255=749 (99% of max value = 765). Red value is 252 (98.83% from 255 or 33.64% from 749); Green value is 242 (94.92% from 255 or 32.31% from 749); Blue value is 255 (100% from 255 or 34.05% from 749); Max value from RGB is 255 - color contains mainly: blue. Hex color #FCF2FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF2FF is #030D00. Grayscale: #F6F6F6. Windows color (decimal): -199937 or 16773884. OLE color: 16773884.

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

Color convert

RGB 252 242 255 -
CMYK 0.01 0.05 0 0
HSL 286.15º 1% 0.97% -
HSV(B) 286.15º 0.05% 1% -
XYZ 89.95 91.42 107.51 -
YUV 246.47 132.81 131.94 -
System Red Green Blue C M Y K H S L
Decimal 252 242 255 0.01 0.05 0 0 286.15 1 0.97
Hex FC F2 FF 1 5 0 0 11E 64 61
Octal 374 362 377 1 5 0 0 436 144 141
Binary 11111100 11110010 11111111 1 101 0 0 100011110 1100100 1100001

Color Harmonies of #FCF2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF2FF

Black with #FCF2FF

Text Example


Text Example

White with #FCF2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF2FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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