Html Css Color HEX #FCF5FF Magnolia

📋 copy color: '#FCF5FF'

red 252 ◦ green 245 ◦ blue 255

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

Shades of Magnolia #FCF5FF

Tints of Magnolia #FCF5FF

RGB

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

 GREEN value IS 245 (96.09% from 255) = 32.58%

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

R = 33.51%
G = 32.58%
B = 33.91%

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

#FCF5FF (or 0xFCF5FF) is known color: Magnolia. HEX triplet: FC, F5 and FF. RGB value is (252,245,255). Sum of RGB (Red+Green+Blue) = 252+245+255=752 (99% of max value = 765). Red value is 252 (98.83% from 255 or 33.51% from 752); Green value is 245 (96.09% from 255 or 32.58% from 752); Blue value is 255 (100% from 255 or 33.91% from 752); Max value from RGB is 255 - color contains mainly: blue. Hex color #FCF5FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF5FF is #030A00. Grayscale: #F8F8F8. Windows color (decimal): -199169 or 16774652. OLE color: 16774652.

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

Color convert

RGB 252 245 255 -
CMYK 0.01 0.04 0 0
HSL 282º 1% 0.98% -
HSV(B) 282º 0.04% 1% -
XYZ 90.85 93.22 107.81 -
YUV 248.23 131.82 130.69 -
System Red Green Blue C M Y K H S L
Decimal 252 245 255 0.01 0.04 0 0 282 1 0.98
Hex FC F5 FF 1 4 0 0 11A 64 62
Octal 374 365 377 1 4 0 0 432 144 142
Binary 11111100 11110101 11111111 1 100 0 0 100011010 1100100 1100010

Color Harmonies of #FCF5FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF5FF

Black with #FCF5FF

Text Example


Text Example

White with #FCF5FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF5FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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