Html Css Color HEX #FDFAFF Magnolia

📋 copy color: '#FDFAFF'

red 253 ◦ green 250 ◦ blue 255

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

Shades of Magnolia #FDFAFF

Tints of Magnolia #FDFAFF

RGB

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

 GREEN value IS 250 (98.05% from 255) = 32.98%

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

R = 33.38%
G = 32.98%
B = 33.64%

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

#FDFAFF (or 0xFDFAFF) is known color: Magnolia. HEX triplet: FD, FA and FF. RGB value is (253,250,255). Sum of RGB (Red+Green+Blue) = 253+250+255=758 (100% of max value = 765). Red value is 253 (99.22% from 255 or 33.38% from 758); Green value is 250 (98.05% from 255 or 32.98% from 758); Blue value is 255 (100% from 255 or 33.64% from 758); Max value from RGB is 255 - color contains mainly: blue. Hex color #FDFAFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDFAFF is #020500. Grayscale: #FBFBFB. Windows color (decimal): -132353 or 16775933. OLE color: 16775933.

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

Color convert

RGB 253 250 255 -
CMYK 0.01 0.02 0 0
HSL 276º 1% 0.99% -
HSV(B) 276º 0.02% 1% -
XYZ 92.74 96.47 108.34 -
YUV 251.47 129.99 129.09 -
System Red Green Blue C M Y K H S L
Decimal 253 250 255 0.01 0.02 0 0 276 1 0.99
Hex FD FA FF 1 2 0 0 114 64 63
Octal 375 372 377 1 2 0 0 424 144 143
Binary 11111101 11111010 11111111 1 10 0 0 100010100 1100100 1100011

Color Harmonies of #FDFAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFAFF

Black with #FDFAFF

Text Example


Text Example

White with #FDFAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFAFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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