Html Css Color HEX #F5EFFB Magnolia

📋 copy color: '#F5EFFB'

red 245 ◦ green 239 ◦ blue 251

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

Shades of Magnolia #F5EFFB

Tints of Magnolia #F5EFFB

RGB

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

 GREEN value IS 239 (93.75% from 255) = 32.52%

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

R = 33.33%
G = 32.52%
B = 34.15%

CMYK

 C value IS 0.02

 M value IS 0.05

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F5EFFB (or 0xF5EFFB) is known color: Magnolia. HEX triplet: F5, EF and FB. RGB value is (245,239,251). Sum of RGB (Red+Green+Blue) = 245+239+251=735 (97% of max value = 765). Red value is 245 (96.09% from 255 or 33.33% from 735); Green value is 239 (93.75% from 255 or 32.52% from 735); Blue value is 251 (98.44% from 255 or 34.15% from 735); Max value from RGB is 251 - color contains mainly: blue. Hex color #F5EFFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5EFFB is #0A1004. Grayscale: #F2F2F2. Windows color (decimal): -659461 or 16510965. OLE color: 16510965.

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

Color convert

RGB 245 239 251 -
CMYK 0.02 0.05 0 0.02
HSL 270º 0.6% 0.96% -
HSV(B) 270º 0.05% 0.98% -
XYZ 85.94 88.11 103.74 -
YUV 242.16 132.99 130.02 -
System Red Green Blue C M Y K H S L
Decimal 245 239 251 0.02 0.05 0 0.02 270 0.6 0.96
Hex F5 EF FB 2 5 0 2 10E 3C 60
Octal 365 357 373 2 5 0 2 416 74 140
Binary 11110101 11101111 11111011 10 101 0 10 100001110 111100 1100000

Color Harmonies of #F5EFFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5EFFB

Black with #F5EFFB

Text Example


Text Example

White with #F5EFFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5EFFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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