Html Css Color HEX #FCF4FF Magnolia

📋 copy color: '#FCF4FF'

red 252 ◦ green 244 ◦ blue 255

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

Shades of Magnolia #FCF4FF

Tints of Magnolia #FCF4FF

RGB

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

 GREEN value IS 244 (95.7% from 255) = 32.49%

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

R = 33.56%
G = 32.49%
B = 33.95%

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

#FCF4FF (or 0xFCF4FF) is known color: Magnolia. HEX triplet: FC, F4 and FF. RGB value is (252,244,255). Sum of RGB (Red+Green+Blue) = 252+244+255=751 (99% of max value = 765). Red value is 252 (98.83% from 255 or 33.56% from 751); Green value is 244 (95.70% from 255 or 32.49% from 751); Blue value is 255 (100% from 255 or 33.95% from 751); Max value from RGB is 255 - color contains mainly: blue. Hex color #FCF4FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF4FF is #030B00. Grayscale: #F7F7F7. Windows color (decimal): -199425 or 16774396. OLE color: 16774396.

HSL color Cylindrical-coordinate representation of color #FCF4FF: hue angle of 283.64º 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 #FCF4FF is Cyan = 0.01, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 252 244 255 -
CMYK 0.01 0.04 0 0
HSL 283.64º 1% 0.98% -
HSV(B) 283.64º 0.04% 1% -
XYZ 90.55 92.62 107.71 -
YUV 247.65 132.15 131.11 -
System Red Green Blue C M Y K H S L
Decimal 252 244 255 0.01 0.04 0 0 283.64 1 0.98
Hex FC F4 FF 1 4 0 0 11C 64 62
Octal 374 364 377 1 4 0 0 434 144 142
Binary 11111100 11110100 11111111 1 100 0 0 100011100 1100100 1100010

Color Harmonies of #FCF4FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF4FF

Black with #FCF4FF

Text Example


Text Example

White with #FCF4FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF4FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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