Html Css Color HEX #FAF8FF Magnolia

📋 copy color: '#FAF8FF'

red 250 ◦ green 248 ◦ blue 255

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

Shades of Magnolia #FAF8FF

Tints of Magnolia #FAF8FF

RGB

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

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

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

R = 33.2%
G = 32.93%
B = 33.86%

CMYK

 C value IS 0.02

 M value IS 0.03

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FAF8FF (or 0xFAF8FF) is known color: Magnolia. HEX triplet: FA, F8 and FF. RGB value is (250,248,255). Sum of RGB (Red+Green+Blue) = 250+248+255=753 (99% of max value = 765). Red value is 250 (98.05% from 255 or 33.20% from 753); Green value is 248 (97.27% from 255 or 32.93% from 753); Blue value is 255 (100% from 255 or 33.86% from 753); Max value from RGB is 255 - color contains mainly: blue. Hex color #FAF8FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF8FF is #050700. Grayscale: #F9F9F9. Windows color (decimal): -329473 or 16775418. OLE color: 16775418.

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

Color convert

RGB 250 248 255 -
CMYK 0.02 0.03 0 0
HSL 257.14º 1% 0.99% -
HSV(B) 257.14º 0.03% 1% -
XYZ 91.04 94.68 108.08 -
YUV 249.4 131.16 128.43 -
System Red Green Blue C M Y K H S L
Decimal 250 248 255 0.02 0.03 0 0 257.14 1 0.99
Hex FA F8 FF 2 3 0 0 101 64 63
Octal 372 370 377 2 3 0 0 401 144 143
Binary 11111010 11111000 11111111 10 11 0 0 100000001 1100100 1100011

Color Harmonies of #FAF8FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF8FF

Black with #FAF8FF

Text Example


Text Example

White with #FAF8FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF8FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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