Html Css Color HEX #FCF9FD Magnolia

📋 copy color: '#FCF9FD'

red 252 ◦ green 249 ◦ blue 253

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

Shades of Magnolia #FCF9FD

Tints of Magnolia #FCF9FD

RGB

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

 GREEN value IS 249 (97.66% from 255) = 33.02%

 BLUE value IS 253 (99.22% from 255) = 33.55%

R = 33.42%
G = 33.02%
B = 33.55%

CMYK

 C value IS 0.00

 M value IS 0.02

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FCF9FD (or 0xFCF9FD) is known color: Magnolia. HEX triplet: FC, F9 and FD. RGB value is (252,249,253). Sum of RGB (Red+Green+Blue) = 252+249+253=754 (99% of max value = 765). Red value is 252 (98.83% from 255 or 33.42% from 754); Green value is 249 (97.66% from 255 or 33.02% from 754); Blue value is 253 (99.22% from 255 or 33.55% from 754); Max value from RGB is 253 - color contains mainly: blue. Hex color #FCF9FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF9FD is #030602. Grayscale: #FAFAFA. Windows color (decimal): -198147 or 16644604. OLE color: 16644604.

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

Color convert

RGB 252 249 253 -
CMYK 0.00 0.02 0 0.01
HSL 285º 0.5% 0.98% -
HSV(B) 285º 0.02% 0.99% -
XYZ 91.75 95.54 106.53 -
YUV 250.35 129.49 129.17 -
System Red Green Blue C M Y K H S L
Decimal 252 249 253 0.00 0.02 0 0.01 285 0.5 0.98
Hex FC F9 FD 0 2 0 1 11D 32 62
Octal 374 371 375 0 2 0 1 435 62 142
Binary 11111100 11111001 11111101 0 10 0 1 100011101 110010 1100010

Color Harmonies of #FCF9FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF9FD

Black with #FCF9FD

Text Example


Text Example

White with #FCF9FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF9FD; }

 p { color: rgb(252,249,253); }

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

background-color css

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

 a { background-color: rgb(252,249,253); }

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

border-color css

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

 span { border-color: rgb(252,249,253); }

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