Html Css Color HEX #FAF6FF Magnolia

📋 copy color: '#FAF6FF'

red 250 ◦ green 246 ◦ blue 255

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

Shades of Magnolia #FAF6FF

Tints of Magnolia #FAF6FF

RGB

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

 GREEN value IS 246 (96.48% from 255) = 32.76%

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

R = 33.29%
G = 32.76%
B = 33.95%

CMYK

 C value IS 0.02

 M value IS 0.04

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FAF6FF (or 0xFAF6FF) is known color: Magnolia. HEX triplet: FA, F6 and FF. RGB value is (250,246,255). Sum of RGB (Red+Green+Blue) = 250+246+255=751 (99% of max value = 765). Red value is 250 (98.05% from 255 or 33.29% from 751); Green value is 246 (96.48% from 255 or 32.76% from 751); Blue value is 255 (100% from 255 or 33.95% from 751); Max value from RGB is 255 - color contains mainly: blue. Hex color #FAF6FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF6FF is #050900. Grayscale: #F8F8F8. Windows color (decimal): -329985 or 16774906. OLE color: 16774906.

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

Color convert

RGB 250 246 255 -
CMYK 0.02 0.04 0 0
HSL 266.67º 1% 0.98% -
HSV(B) 266.67º 0.04% 1% -
XYZ 90.43 93.46 107.88 -
YUV 248.22 131.83 129.27 -
System Red Green Blue C M Y K H S L
Decimal 250 246 255 0.02 0.04 0 0 266.67 1 0.98
Hex FA F6 FF 2 4 0 0 10B 64 62
Octal 372 366 377 2 4 0 0 413 144 142
Binary 11111010 11110110 11111111 10 100 0 0 100001011 1100100 1100010

Color Harmonies of #FAF6FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF6FF

Black with #FAF6FF

Text Example


Text Example

White with #FAF6FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF6FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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