Html Css Color HEX #FAF4FD Magnolia

📋 copy color: '#FAF4FD'

red 250 ◦ green 244 ◦ blue 253

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

Shades of Magnolia #FAF4FD

Tints of Magnolia #FAF4FD

RGB

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

 GREEN value IS 244 (95.7% from 255) = 32.66%

 BLUE value IS 253 (99.22% from 255) = 33.87%

R = 33.47%
G = 32.66%
B = 33.87%

CMYK

 C value IS 0.01

 M value IS 0.04

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FAF4FD (or 0xFAF4FD) is known color: Magnolia. HEX triplet: FA, F4 and FD. RGB value is (250,244,253). Sum of RGB (Red+Green+Blue) = 250+244+253=747 (98% of max value = 765). Red value is 250 (98.05% from 255 or 33.47% from 747); Green value is 244 (95.70% from 255 or 32.66% from 747); Blue value is 253 (99.22% from 255 or 33.87% from 747); Max value from RGB is 253 - color contains mainly: blue. Hex color #FAF4FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF4FD is #050B02. Grayscale: #F6F6F6. Windows color (decimal): -330499 or 16643322. OLE color: 16643322.

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

Color convert

RGB 250 244 253 -
CMYK 0.01 0.04 0 0.01
HSL 280º 0.69% 0.97% -
HSV(B) 280º 0.04% 0.99% -
XYZ 89.5 92.12 105.99 -
YUV 246.82 131.49 130.27 -
System Red Green Blue C M Y K H S L
Decimal 250 244 253 0.01 0.04 0 0.01 280 0.69 0.97
Hex FA F4 FD 1 4 0 1 118 45 61
Octal 372 364 375 1 4 0 1 430 105 141
Binary 11111010 11110100 11111101 1 100 0 1 100011000 1000101 1100001

Color Harmonies of #FAF4FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF4FD

Black with #FAF4FD

Text Example


Text Example

White with #FAF4FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF4FD; }

 p { color: rgb(250,244,253); }

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

background-color css

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

 a { background-color: rgb(250,244,253); }

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

border-color css

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

 span { border-color: rgb(250,244,253); }

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