Html Css Color HEX #FCF3FF Magnolia

📋 copy color: '#FCF3FF'

red 252 ◦ green 243 ◦ blue 255

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

Shades of Magnolia #FCF3FF

Tints of Magnolia #FCF3FF

RGB

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

 GREEN value IS 243 (95.31% from 255) = 32.4%

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

R = 33.6%
G = 32.4%
B = 34%

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

#FCF3FF (or 0xFCF3FF) is known color: Magnolia. HEX triplet: FC, F3 and FF. RGB value is (252,243,255). Sum of RGB (Red+Green+Blue) = 252+243+255=750 (99% of max value = 765). Red value is 252 (98.83% from 255 or 33.6% from 750); Green value is 243 (95.31% from 255 or 32.4% from 750); Blue value is 255 (100% from 255 or 34% from 750); Max value from RGB is 255 - color contains mainly: blue. Hex color #FCF3FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF3FF is #030C00. Grayscale: #F7F7F7. Windows color (decimal): -199681 or 16774140. OLE color: 16774140.

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

Color convert

RGB 252 243 255 -
CMYK 0.01 0.05 0 0
HSL 285º 1% 0.98% -
HSV(B) 285º 0.05% 1% -
XYZ 90.25 92.02 107.61 -
YUV 247.06 132.48 131.52 -
System Red Green Blue C M Y K H S L
Decimal 252 243 255 0.01 0.05 0 0 285 1 0.98
Hex FC F3 FF 1 5 0 0 11D 64 62
Octal 374 363 377 1 5 0 0 435 144 142
Binary 11111100 11110011 11111111 1 101 0 0 100011101 1100100 1100010

Color Harmonies of #FCF3FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF3FF

Black with #FCF3FF

Text Example


Text Example

White with #FCF3FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF3FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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