Html Css Color HEX #FCFAFD Magnolia

📋 copy color: '#FCFAFD'

red 252 ◦ green 250 ◦ blue 253

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

Shades of Magnolia #FCFAFD

Tints of Magnolia #FCFAFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 33.51%

R = 33.38%
G = 33.11%
B = 33.51%

CMYK

 C value IS 0.00

 M value IS 0.01

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FCFAFD (or 0xFCFAFD) is known color: Magnolia. HEX triplet: FC, FA and FD. RGB value is (252,250,253). Sum of RGB (Red+Green+Blue) = 252+250+253=755 (100% of max value = 765). Red value is 252 (98.83% from 255 or 33.38% from 755); Green value is 250 (98.05% from 255 or 33.11% from 755); Blue value is 253 (99.22% from 255 or 33.51% from 755); Max value from RGB is 253 - color contains mainly: blue. Hex color #FCFAFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCFAFD is #030502. Grayscale: #FAFAFA. Windows color (decimal): -197891 or 16644860. OLE color: 16644860.

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

Color convert

RGB 252 250 253 -
CMYK 0.00 0.01 0 0.01
HSL 280º 0.43% 0.99% -
HSV(B) 280º 0.01% 0.99% -
XYZ 92.06 96.16 106.64 -
YUV 250.94 129.16 128.76 -
System Red Green Blue C M Y K H S L
Decimal 252 250 253 0.00 0.01 0 0.01 280 0.43 0.99
Hex FC FA FD 0 1 0 1 118 2B 63
Octal 374 372 375 0 1 0 1 430 53 143
Binary 11111100 11111010 11111101 0 1 0 1 100011000 101011 1100011

Color Harmonies of #FCFAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFAFD

Black with #FCFAFD

Text Example


Text Example

White with #FCFAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFAFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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