Html Css Color HEX #F8F2FF Magnolia

📋 copy color: '#F8F2FF'

red 248 ◦ green 242 ◦ blue 255

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

Shades of Magnolia #F8F2FF

Tints of Magnolia #F8F2FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 34.23%

R = 33.29%
G = 32.48%
B = 34.23%

CMYK

 C value IS 0.03

 M value IS 0.05

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F8F2FF (or 0xF8F2FF) is known color: Magnolia. HEX triplet: F8, F2 and FF. RGB value is (248,242,255). Sum of RGB (Red+Green+Blue) = 248+242+255=745 (98% of max value = 765). Red value is 248 (97.27% from 255 or 33.29% from 745); Green value is 242 (94.92% from 255 or 32.48% from 745); Blue value is 255 (100% from 255 or 34.23% from 745); Max value from RGB is 255 - color contains mainly: blue. Hex color #F8F2FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F8F2FF is #070D00. Grayscale: #F5F5F5. Windows color (decimal): -462081 or 16773880. OLE color: 16773880.

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

Color convert

RGB 248 242 255 -
CMYK 0.03 0.05 0 0
HSL 267.69º 1% 0.97% -
HSV(B) 267.69º 0.05% 1% -
XYZ 88.51 90.68 107.45 -
YUV 245.28 133.49 129.94 -
System Red Green Blue C M Y K H S L
Decimal 248 242 255 0.03 0.05 0 0 267.69 1 0.97
Hex F8 F2 FF 3 5 0 0 10C 64 61
Octal 370 362 377 3 5 0 0 414 144 141
Binary 11111000 11110010 11111111 11 101 0 0 100001100 1100100 1100001

Color Harmonies of #F8F2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8F2FF

Black with #F8F2FF

Text Example


Text Example

White with #F8F2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8F2FF; }

 p { color: rgb(248,242,255); }

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

background-color css

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

 a { background-color: rgb(248,242,255); }

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

border-color css

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

 span { border-color: rgb(248,242,255); }

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