Html Css Color HEX #FAF6FE Magnolia

📋 copy color: '#FAF6FE'

red 250 ◦ green 246 ◦ blue 254

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

Shades of Magnolia #FAF6FE

Tints of Magnolia #FAF6FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 33.87%

R = 33.33%
G = 32.8%
B = 33.87%

CMYK

 C value IS 0.02

 M value IS 0.03

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FAF6FE (or 0xFAF6FE) is known color: Magnolia. HEX triplet: FA, F6 and FE. RGB value is (250,246,254). Sum of RGB (Red+Green+Blue) = 250+246+254=750 (99% of max value = 765). Red value is 250 (98.05% from 255 or 33.33% from 750); Green value is 246 (96.48% from 255 or 32.8% from 750); Blue value is 254 (99.61% from 255 or 33.87% from 750); Max value from RGB is 254 - color contains mainly: blue. Hex color #FAF6FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF6FE is #050901. Grayscale: #F8F8F8. Windows color (decimal): -329986 or 16709370. OLE color: 16709370.

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

Color convert

RGB 250 246 254 -
CMYK 0.02 0.03 0 0.00
HSL 270º 0.8% 0.98% -
HSV(B) 270º 0.03% 1% -
XYZ 90.27 93.39 107.03 -
YUV 248.11 131.33 129.35 -
System Red Green Blue C M Y K H S L
Decimal 250 246 254 0.02 0.03 0 0.00 270 0.8 0.98
Hex FA F6 FE 2 3 0 0 10E 50 62
Octal 372 366 376 2 3 0 0 416 120 142
Binary 11111010 11110110 11111110 10 11 0 0 100001110 1010000 1100010

Color Harmonies of #FAF6FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF6FE

Black with #FAF6FE

Text Example


Text Example

White with #FAF6FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF6FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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