Html Css Color HEX #FDF9FF Magnolia

📋 copy color: '#FDF9FF'

red 253 ◦ green 249 ◦ blue 255

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

Shades of Magnolia #FDF9FF

Tints of Magnolia #FDF9FF

RGB

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

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

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

R = 33.42%
G = 32.89%
B = 33.69%

CMYK

 C value IS 0.01

 M value IS 0.02

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FDF9FF (or 0xFDF9FF) is known color: Magnolia. HEX triplet: FD, F9 and FF. RGB value is (253,249,255). Sum of RGB (Red+Green+Blue) = 253+249+255=757 (100% of max value = 765). Red value is 253 (99.22% from 255 or 33.42% from 757); Green value is 249 (97.66% from 255 or 32.89% from 757); Blue value is 255 (100% from 255 or 33.69% from 757); Max value from RGB is 255 - color contains mainly: blue. Hex color #FDF9FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF9FF is #020600. Grayscale: #FAFAFA. Windows color (decimal): -132609 or 16775677. OLE color: 16775677.

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

Color convert

RGB 253 249 255 -
CMYK 0.01 0.02 0 0
HSL 280º 1% 0.99% -
HSV(B) 280º 0.02% 1% -
XYZ 92.43 95.85 108.24 -
YUV 250.88 130.33 129.51 -
System Red Green Blue C M Y K H S L
Decimal 253 249 255 0.01 0.02 0 0 280 1 0.99
Hex FD F9 FF 1 2 0 0 118 64 63
Octal 375 371 377 1 2 0 0 430 144 143
Binary 11111101 11111001 11111111 1 10 0 0 100011000 1100100 1100011

Color Harmonies of #FDF9FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF9FF

Black with #FDF9FF

Text Example


Text Example

White with #FDF9FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF9FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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