Html Css Color HEX #FAF5FD Magnolia

📋 copy color: '#FAF5FD'

red 250 ◦ green 245 ◦ blue 253

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

Shades of Magnolia #FAF5FD

Tints of Magnolia #FAF5FD

RGB

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

 GREEN value IS 245 (96.09% from 255) = 32.75%

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

R = 33.42%
G = 32.75%
B = 33.82%

CMYK

 C value IS 0.01

 M value IS 0.03

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FAF5FD (or 0xFAF5FD) is known color: Magnolia. HEX triplet: FA, F5 and FD. RGB value is (250,245,253). Sum of RGB (Red+Green+Blue) = 250+245+253=748 (99% of max value = 765). Red value is 250 (98.05% from 255 or 33.42% from 748); Green value is 245 (96.09% from 255 or 32.75% from 748); Blue value is 253 (99.22% from 255 or 33.82% from 748); Max value from RGB is 253 - color contains mainly: blue. Hex color #FAF5FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF5FD is #050A02. Grayscale: #F7F7F7. Windows color (decimal): -330243 or 16643578. OLE color: 16643578.

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

Color convert

RGB 250 245 253 -
CMYK 0.01 0.03 0 0.01
HSL 277.5º 0.67% 0.98% -
HSV(B) 277.5º 0.03% 0.99% -
XYZ 89.81 92.72 106.09 -
YUV 247.41 131.16 129.85 -
System Red Green Blue C M Y K H S L
Decimal 250 245 253 0.01 0.03 0 0.01 277.5 0.67 0.98
Hex FA F5 FD 1 3 0 1 116 43 62
Octal 372 365 375 1 3 0 1 426 103 142
Binary 11111010 11110101 11111101 1 11 0 1 100010110 1000011 1100010

Color Harmonies of #FAF5FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF5FD

Black with #FAF5FD

Text Example


Text Example

White with #FAF5FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF5FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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