Html Css Color HEX #FAF9FC Magnolia

📋 copy color: '#FAF9FC'

red 250 ◦ green 249 ◦ blue 252

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

Shades of Magnolia #FAF9FC

Tints of Magnolia #FAF9FC

RGB

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

 GREEN value IS 249 (97.66% from 255) = 33.16%

 BLUE value IS 252 (98.83% from 255) = 33.56%

R = 33.29%
G = 33.16%
B = 33.56%

CMYK

 C value IS 0.01

 M value IS 0.01

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FAF9FC (or 0xFAF9FC) is known color: Magnolia. HEX triplet: FA, F9 and FC. RGB value is (250,249,252). Sum of RGB (Red+Green+Blue) = 250+249+252=751 (99% of max value = 765). Red value is 250 (98.05% from 255 or 33.29% from 751); Green value is 249 (97.66% from 255 or 33.16% from 751); Blue value is 252 (98.83% from 255 or 33.56% from 751); Max value from RGB is 252 - color contains mainly: blue. Hex color #FAF9FC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF9FC is #050603. Grayscale: #F9F9F9. Windows color (decimal): -329220 or 16579066. OLE color: 16579066.

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

Color convert

RGB 250 249 252 -
CMYK 0.01 0.01 0 0.01
HSL 260º 0.33% 0.98% -
HSV(B) 260º 0.01% 0.99% -
XYZ 90.87 95.1 105.66 -
YUV 249.64 129.33 128.26 -
System Red Green Blue C M Y K H S L
Decimal 250 249 252 0.01 0.01 0 0.01 260 0.33 0.98
Hex FA F9 FC 1 1 0 1 104 21 62
Octal 372 371 374 1 1 0 1 404 41 142
Binary 11111010 11111001 11111100 1 1 0 1 100000100 100001 1100010

Color Harmonies of #FAF9FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF9FC

Black with #FAF9FC

Text Example


Text Example

White with #FAF9FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF9FC; }

 p { color: rgb(250,249,252); }

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

background-color css

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

 a { background-color: rgb(250,249,252); }

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

border-color css

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

 span { border-color: rgb(250,249,252); }

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