Html Css Color HEX #FAF0FE Magnolia

📋 copy color: '#FAF0FE'

red 250 ◦ green 240 ◦ blue 254

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

Shades of Magnolia #FAF0FE

Tints of Magnolia #FAF0FE

RGB

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

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

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

R = 33.6%
G = 32.26%
B = 34.14%

CMYK

 C value IS 0.02

 M value IS 0.06

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FAF0FE (or 0xFAF0FE) is known color: Magnolia. HEX triplet: FA, F0 and FE. RGB value is (250,240,254). Sum of RGB (Red+Green+Blue) = 250+240+254=744 (98% of max value = 765). Red value is 250 (98.05% from 255 or 33.60% from 744); Green value is 240 (94.14% from 255 or 32.26% from 744); Blue value is 254 (99.61% from 255 or 34.14% from 744); Max value from RGB is 254 - color contains mainly: blue. Hex color #FAF0FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF0FE is #050F01. Grayscale: #F4F4F4. Windows color (decimal): -331522 or 16707834. OLE color: 16707834.

HSL color Cylindrical-coordinate representation of color #FAF0FE: hue angle of 282.86º 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 #FAF0FE is Cyan = 0.02, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 250 240 254 -
CMYK 0.02 0.06 0 0.00
HSL 282.86º 0.88% 0.97% -
HSV(B) 282.86º 0.06% 1% -
XYZ 88.47 89.8 106.44 -
YUV 244.59 133.31 131.86 -
System Red Green Blue C M Y K H S L
Decimal 250 240 254 0.02 0.06 0 0.00 282.86 0.88 0.97
Hex FA F0 FE 2 6 0 0 11B 58 61
Octal 372 360 376 2 6 0 0 433 130 141
Binary 11111010 11110000 11111110 10 110 0 0 100011011 1011000 1100001

Color Harmonies of #FAF0FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF0FE

Black with #FAF0FE

Text Example


Text Example

White with #FAF0FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF0FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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