Html Css Color HEX #F8F5FD Magnolia

📋 copy color: '#F8F5FD'

red 248 ◦ green 245 ◦ blue 253

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

Shades of Magnolia #F8F5FD

Tints of Magnolia #F8F5FD

RGB

 RED value IS 248 (97.27% from 255) = 33.24%

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

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

R = 33.24%
G = 32.84%
B = 33.91%

CMYK

 C value IS 0.02

 M value IS 0.03

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F8F5FD (or 0xF8F5FD) is known color: Magnolia. HEX triplet: F8, F5 and FD. RGB value is (248,245,253). Sum of RGB (Red+Green+Blue) = 248+245+253=746 (98% of max value = 765). Red value is 248 (97.27% from 255 or 33.24% from 746); Green value is 245 (96.09% from 255 or 32.84% from 746); Blue value is 253 (99.22% from 255 or 33.91% from 746); Max value from RGB is 253 - color contains mainly: blue. Hex color #F8F5FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F8F5FD is #070A02. Grayscale: #F6F6F6. Windows color (decimal): -461315 or 16643576. OLE color: 16643576.

HSL color Cylindrical-coordinate representation of color #F8F5FD: hue angle of 262.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 #F8F5FD is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 248 245 253 -
CMYK 0.02 0.03 0 0.01
HSL 262.5º 0.67% 0.98% -
HSV(B) 262.5º 0.03% 0.99% -
XYZ 89.09 92.35 106.06 -
YUV 246.81 131.49 128.85 -
System Red Green Blue C M Y K H S L
Decimal 248 245 253 0.02 0.03 0 0.01 262.5 0.67 0.98
Hex F8 F5 FD 2 3 0 1 106 43 62
Octal 370 365 375 2 3 0 1 406 103 142
Binary 11111000 11110101 11111101 10 11 0 1 100000110 1000011 1100010

Color Harmonies of #F8F5FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8F5FD

Black with #F8F5FD

Text Example


Text Example

White with #F8F5FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8F5FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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