Html Css Color HEX #FAF8FD Magnolia

📋 copy color: '#FAF8FD'

red 250 ◦ green 248 ◦ blue 253

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

Shades of Magnolia #FAF8FD

Tints of Magnolia #FAF8FD

RGB

 RED value IS 250 (98.05% from 255) = 33.29%

 GREEN value IS 248 (97.27% from 255) = 33.02%

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

R = 33.29%
G = 33.02%
B = 33.69%

CMYK

 C value IS 0.01

 M value IS 0.02

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FAF8FD (or 0xFAF8FD) is known color: Magnolia. HEX triplet: FA, F8 and FD. RGB value is (250,248,253). Sum of RGB (Red+Green+Blue) = 250+248+253=751 (99% of max value = 765). Red value is 250 (98.05% from 255 or 33.29% from 751); Green value is 248 (97.27% from 255 or 33.02% from 751); Blue value is 253 (99.22% from 255 or 33.69% from 751); Max value from RGB is 253 - color contains mainly: blue. Hex color #FAF8FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF8FD is #050702. Grayscale: #F9F9F9. Windows color (decimal): -329475 or 16644346. OLE color: 16644346.

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

Color convert

RGB 250 248 253 -
CMYK 0.01 0.02 0 0.01
HSL 264º 0.56% 0.98% -
HSV(B) 264º 0.02% 0.99% -
XYZ 90.72 94.55 106.4 -
YUV 249.17 130.16 128.59 -
System Red Green Blue C M Y K H S L
Decimal 250 248 253 0.01 0.02 0 0.01 264 0.56 0.98
Hex FA F8 FD 1 2 0 1 108 38 62
Octal 372 370 375 1 2 0 1 410 70 142
Binary 11111010 11111000 11111101 1 10 0 1 100001000 111000 1100010

Color Harmonies of #FAF8FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF8FD

Black with #FAF8FD

Text Example


Text Example

White with #FAF8FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF8FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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