Html Css Color HEX #FDFCFF Magnolia

📋 copy color: '#FDFCFF'

red 253 ◦ green 252 ◦ blue 255

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

Shades of Magnolia #FDFCFF

Tints of Magnolia #FDFCFF

RGB

 RED value IS 253 (99.22% from 255) = 33.29%

 GREEN value IS 252 (98.83% from 255) = 33.16%

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

R = 33.29%
G = 33.16%
B = 33.55%

CMYK

 C value IS 0.01

 M value IS 0.01

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FDFCFF (or 0xFDFCFF) is known color: Magnolia. HEX triplet: FD, FC and FF. RGB value is (253,252,255). Sum of RGB (Red+Green+Blue) = 253+252+255=760 (100% of max value = 765). Red value is 253 (99.22% from 255 or 33.29% from 760); Green value is 252 (98.83% from 255 or 33.16% from 760); Blue value is 255 (100% from 255 or 33.55% from 760); Max value from RGB is 255 - color contains mainly: blue. Hex color #FDFCFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDFCFF is #020300. Grayscale: #FCFCFC. Windows color (decimal): -131841 or 16776445. OLE color: 16776445.

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

Color convert

RGB 253 252 255 -
CMYK 0.01 0.01 0 0
HSL 260º 1% 0.99% -
HSV(B) 260º 0.01% 1% -
XYZ 93.37 97.72 108.55 -
YUV 252.64 129.33 128.26 -
System Red Green Blue C M Y K H S L
Decimal 253 252 255 0.01 0.01 0 0 260 1 0.99
Hex FD FC FF 1 1 0 0 104 64 63
Octal 375 374 377 1 1 0 0 404 144 143
Binary 11111101 11111100 11111111 1 1 0 0 100000100 1100100 1100011

Color Harmonies of #FDFCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFCFF

Black with #FDFCFF

Text Example


Text Example

White with #FDFCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFCFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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