Html Css Color HEX #FAF2FF Magnolia

📋 copy color: '#FAF2FF'

red 250 ◦ green 242 ◦ blue 255

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

Shades of Magnolia #FAF2FF

Tints of Magnolia #FAF2FF

RGB

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

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

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

R = 33.47%
G = 32.4%
B = 34.14%

CMYK

 C value IS 0.02

 M value IS 0.05

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FAF2FF (or 0xFAF2FF) is known color: Magnolia. HEX triplet: FA, F2 and FF. RGB value is (250,242,255). Sum of RGB (Red+Green+Blue) = 250+242+255=747 (98% of max value = 765). Red value is 250 (98.05% from 255 or 33.47% from 747); Green value is 242 (94.92% from 255 or 32.40% from 747); Blue value is 255 (100% from 255 or 34.14% from 747); Max value from RGB is 255 - color contains mainly: blue. Hex color #FAF2FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF2FF is #050D00. Grayscale: #F5F5F5. Windows color (decimal): -331009 or 16773882. OLE color: 16773882.

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

Color convert

RGB 250 242 255 -
CMYK 0.02 0.05 0 0
HSL 276.92º 1% 0.97% -
HSV(B) 276.92º 0.05% 1% -
XYZ 89.23 91.05 107.48 -
YUV 245.87 133.15 130.94 -
System Red Green Blue C M Y K H S L
Decimal 250 242 255 0.02 0.05 0 0 276.92 1 0.97
Hex FA F2 FF 2 5 0 0 115 64 61
Octal 372 362 377 2 5 0 0 425 144 141
Binary 11111010 11110010 11111111 10 101 0 0 100010101 1100100 1100001

Color Harmonies of #FAF2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF2FF

Black with #FAF2FF

Text Example


Text Example

White with #FAF2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF2FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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