Html Css Color HEX #F5F0FE Magnolia

📋 copy color: '#F5F0FE'

red 245 ◦ green 240 ◦ blue 254

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

Shades of Magnolia #F5F0FE

Tints of Magnolia #F5F0FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 34.37%

R = 33.15%
G = 32.48%
B = 34.37%

CMYK

 C value IS 0.04

 M value IS 0.06

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F5F0FE (or 0xF5F0FE) is known color: Magnolia. HEX triplet: F5, F0 and FE. RGB value is (245,240,254). Sum of RGB (Red+Green+Blue) = 245+240+254=739 (97% of max value = 765). Red value is 245 (96.09% from 255 or 33.15% from 739); Green value is 240 (94.14% from 255 or 32.48% from 739); Blue value is 254 (99.61% from 255 or 34.37% from 739); Max value from RGB is 254 - color contains mainly: blue. Hex color #F5F0FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5F0FE is #0A0F01. Grayscale: #F3F3F3. Windows color (decimal): -659202 or 16707829. OLE color: 16707829.

HSL color Cylindrical-coordinate representation of color #F5F0FE: hue angle of 261.43º degrees, saturation: 0.88, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #F5F0FE is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 245 240 254 -
CMYK 0.04 0.06 0 0.00
HSL 261.43º 0.88% 0.97% -
HSV(B) 261.43º 0.06% 1% -
XYZ 86.71 88.89 106.35 -
YUV 243.09 134.16 129.36 -
System Red Green Blue C M Y K H S L
Decimal 245 240 254 0.04 0.06 0 0.00 261.43 0.88 0.97
Hex F5 F0 FE 4 6 0 0 105 58 61
Octal 365 360 376 4 6 0 0 405 130 141
Binary 11110101 11110000 11111110 100 110 0 0 100000101 1011000 1100001

Color Harmonies of #F5F0FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5F0FE

Black with #F5F0FE

Text Example


Text Example

White with #F5F0FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5F0FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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