Html Css Color HEX #FAEFFF Magnolia

📋 copy color: '#FAEFFF'

red 250 ◦ green 239 ◦ blue 255

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

Shades of Magnolia #FAEFFF

Tints of Magnolia #FAEFFF

RGB

 RED value IS 250 (98.05% from 255) = 33.6%

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

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

R = 33.6%
G = 32.12%
B = 34.27%

CMYK

 C value IS 0.02

 M value IS 0.06

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FAEFFF (or 0xFAEFFF) is known color: Magnolia. HEX triplet: FA, EF and FF. RGB value is (250,239,255). Sum of RGB (Red+Green+Blue) = 250+239+255=744 (98% of max value = 765). Red value is 250 (98.05% from 255 or 33.60% from 744); Green value is 239 (93.75% from 255 or 32.12% from 744); Blue value is 255 (100% from 255 or 34.27% from 744); Max value from RGB is 255 - color contains mainly: blue. Hex color #FAEFFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAEFFF is #051000. Grayscale: #F4F4F4. Windows color (decimal): -331777 or 16773114. OLE color: 16773114.

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

Color convert

RGB 250 239 255 -
CMYK 0.02 0.06 0 0
HSL 281.25º 1% 0.97% -
HSV(B) 281.25º 0.06% 1% -
XYZ 88.34 89.28 107.18 -
YUV 244.11 134.14 132.2 -
System Red Green Blue C M Y K H S L
Decimal 250 239 255 0.02 0.06 0 0 281.25 1 0.97
Hex FA EF FF 2 6 0 0 119 64 61
Octal 372 357 377 2 6 0 0 431 144 141
Binary 11111010 11101111 11111111 10 110 0 0 100011001 1100100 1100001

Color Harmonies of #FAEFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEFFF

Black with #FAEFFF

Text Example


Text Example

White with #FAEFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEFFF; }

 p { color: rgb(250,239,255); }

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

background-color css

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

 a { background-color: rgb(250,239,255); }

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

border-color css

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

 span { border-color: rgb(250,239,255); }

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