Html Css Color HEX #FCFAFE Magnolia

📋 copy color: '#FCFAFE'

red 252 ◦ green 250 ◦ blue 254

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

Shades of Magnolia #FCFAFE

Tints of Magnolia #FCFAFE

RGB

 RED value IS 252 (98.83% from 255) = 33.33%

 GREEN value IS 250 (98.05% from 255) = 33.07%

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

R = 33.33%
G = 33.07%
B = 33.6%

CMYK

 C value IS 0.01

 M value IS 0.02

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FCFAFE (or 0xFCFAFE) is known color: Magnolia. HEX triplet: FC, FA and FE. RGB value is (252,250,254). Sum of RGB (Red+Green+Blue) = 252+250+254=756 (100% of max value = 765). Red value is 252 (98.83% from 255 or 33.33% from 756); Green value is 250 (98.05% from 255 or 33.07% from 756); Blue value is 254 (99.61% from 255 or 33.60% from 756); Max value from RGB is 254 - color contains mainly: blue. Hex color #FCFAFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCFAFE is #030501. Grayscale: #FBFBFB. Windows color (decimal): -197890 or 16710396. OLE color: 16710396.

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

Color convert

RGB 252 250 254 -
CMYK 0.01 0.02 0 0.00
HSL 270º 0.67% 0.99% -
HSV(B) 270º 0.02% 1% -
XYZ 92.22 96.22 107.48 -
YUV 251.05 129.66 128.67 -
System Red Green Blue C M Y K H S L
Decimal 252 250 254 0.01 0.02 0 0.00 270 0.67 0.99
Hex FC FA FE 1 2 0 0 10E 43 63
Octal 374 372 376 1 2 0 0 416 103 143
Binary 11111100 11111010 11111110 1 10 0 0 100001110 1000011 1100011

Color Harmonies of #FCFAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFAFE

Black with #FCFAFE

Text Example


Text Example

White with #FCFAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFAFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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