Html Css Color HEX #F2F0F5 Magnolia

📋 copy color: '#F2F0F5'

red 242 ◦ green 240 ◦ blue 245

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

Shades of Magnolia #F2F0F5

Tints of Magnolia #F2F0F5

RGB

 RED value IS 242 (94.92% from 255) = 33.29%

 GREEN value IS 240 (94.14% from 255) = 33.01%

 BLUE value IS 245 (96.09% from 255) = 33.7%

R = 33.29%
G = 33.01%
B = 33.7%

CMYK

 C value IS 0.01

 M value IS 0.02

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#F2F0F5 (or 0xF2F0F5) is known color: Magnolia. HEX triplet: F2, F0 and F5. RGB value is (242,240,245). Sum of RGB (Red+Green+Blue) = 242+240+245=727 (96% of max value = 765). Red value is 242 (94.92% from 255 or 33.29% from 727); Green value is 240 (94.14% from 255 or 33.01% from 727); Blue value is 245 (96.09% from 255 or 33.70% from 727); Max value from RGB is 245 - color contains mainly: blue. Hex color #F2F0F5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2F0F5 is #0D0F0A. Grayscale: #F1F1F1. Windows color (decimal): -855819 or 16118002. OLE color: 16118002.

HSL color Cylindrical-coordinate representation of color #F2F0F5: hue angle of 264º degrees, saturation: 0.2, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #F2F0F5 is Cyan = 0.01, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 242 240 245 -
CMYK 0.01 0.02 0 0.04
HSL 264º 0.2% 0.95% -
HSV(B) 264º 0.02% 0.96% -
XYZ 84.26 87.79 98.89 -
YUV 241.17 130.16 128.59 -
System Red Green Blue C M Y K H S L
Decimal 242 240 245 0.01 0.02 0 0.04 264 0.2 0.95
Hex F2 F0 F5 1 2 0 4 108 14 5F
Octal 362 360 365 1 2 0 4 410 24 137
Binary 11110010 11110000 11110101 1 10 0 100 100001000 10100 1011111

Color Harmonies of #F2F0F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F0F5

Black with #F2F0F5

Text Example


Text Example

White with #F2F0F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F0F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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