Html Css Color HEX #F5F2FB Magnolia

📋 copy color: '#F5F2FB'

red 245 ◦ green 242 ◦ blue 251

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

Shades of Magnolia #F5F2FB

Tints of Magnolia #F5F2FB

RGB

 RED value IS 245 (96.09% from 255) = 33.2%

 GREEN value IS 242 (94.92% from 255) = 32.79%

 BLUE value IS 251 (98.44% from 255) = 34.01%

R = 33.2%
G = 32.79%
B = 34.01%

CMYK

 C value IS 0.02

 M value IS 0.04

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F5F2FB (or 0xF5F2FB) is known color: Magnolia. HEX triplet: F5, F2 and FB. RGB value is (245,242,251). Sum of RGB (Red+Green+Blue) = 245+242+251=738 (97% of max value = 765). Red value is 245 (96.09% from 255 or 33.20% from 738); Green value is 242 (94.92% from 255 or 32.79% from 738); Blue value is 251 (98.44% from 255 or 34.01% from 738); Max value from RGB is 251 - color contains mainly: blue. Hex color #F5F2FB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5F2FB is #0A0D04. Grayscale: #F3F3F3. Windows color (decimal): -658693 or 16511733. OLE color: 16511733.

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

Color convert

RGB 245 242 251 -
CMYK 0.02 0.04 0 0.02
HSL 260º 0.53% 0.97% -
HSV(B) 260º 0.04% 0.98% -
XYZ 86.82 89.88 104.04 -
YUV 243.92 131.99 128.77 -
System Red Green Blue C M Y K H S L
Decimal 245 242 251 0.02 0.04 0 0.02 260 0.53 0.97
Hex F5 F2 FB 2 4 0 2 104 35 61
Octal 365 362 373 2 4 0 2 404 65 141
Binary 11110101 11110010 11111011 10 100 0 10 100000100 110101 1100001

Color Harmonies of #F5F2FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5F2FB

Black with #F5F2FB

Text Example


Text Example

White with #F5F2FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5F2FB; }

 p { color: rgb(245,242,251); }

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

background-color css

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

 a { background-color: rgb(245,242,251); }

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

border-color css

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

 span { border-color: rgb(245,242,251); }

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