Html Css Color HEX #FAF7FF Magnolia

📋 copy color: '#FAF7FF'

red 250 ◦ green 247 ◦ blue 255

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

Shades of Magnolia #FAF7FF

Tints of Magnolia #FAF7FF

RGB

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

 GREEN value IS 247 (96.88% from 255) = 32.85%

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

R = 33.24%
G = 32.85%
B = 33.91%

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

#FAF7FF (or 0xFAF7FF) is known color: Magnolia. HEX triplet: FA, F7 and FF. RGB value is (250,247,255). Sum of RGB (Red+Green+Blue) = 250+247+255=752 (99% of max value = 765). Red value is 250 (98.05% from 255 or 33.24% from 752); Green value is 247 (96.88% from 255 or 32.85% from 752); Blue value is 255 (100% from 255 or 33.91% from 752); Max value from RGB is 255 - color contains mainly: blue. Hex color #FAF7FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF7FF is #050800. Grayscale: #F8F8F8. Windows color (decimal): -329729 or 16775162. OLE color: 16775162.

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

Color convert

RGB 250 247 255 -
CMYK 0.02 0.03 0 0
HSL 262.5º 1% 0.98% -
HSV(B) 262.5º 0.03% 1% -
XYZ 90.74 94.07 107.98 -
YUV 248.81 131.49 128.85 -
System Red Green Blue C M Y K H S L
Decimal 250 247 255 0.02 0.03 0 0 262.5 1 0.98
Hex FA F7 FF 2 3 0 0 106 64 62
Octal 372 367 377 2 3 0 0 406 144 142
Binary 11111010 11110111 11111111 10 11 0 0 100000110 1100100 1100010

Color Harmonies of #FAF7FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF7FF

Black with #FAF7FF

Text Example


Text Example

White with #FAF7FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF7FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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