Html Css Color HEX #FCFBFD Magnolia

📋 copy color: '#FCFBFD'

red 252 ◦ green 251 ◦ blue 253

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

Shades of Magnolia #FCFBFD

Tints of Magnolia #FCFBFD

RGB

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

 GREEN value IS 251 (98.44% from 255) = 33.2%

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

R = 33.33%
G = 33.2%
B = 33.47%

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

#FCFBFD (or 0xFCFBFD) is known color: Magnolia. HEX triplet: FC, FB and FD. RGB value is (252,251,253). Sum of RGB (Red+Green+Blue) = 252+251+253=756 (100% of max value = 765). Red value is 252 (98.83% from 255 or 33.33% from 756); Green value is 251 (98.44% from 255 or 33.20% from 756); Blue value is 253 (99.22% from 255 or 33.47% from 756); Max value from RGB is 253 - color contains mainly: blue. Hex color #FCFBFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCFBFD is #030402. Grayscale: #FBFBFB. Windows color (decimal): -197635 or 16645116. OLE color: 16645116.

HSL color Cylindrical-coordinate representation of color #FCFBFD: hue angle of 270º degrees, saturation: 0.33, 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 #FCFBFD is Cyan = 0.00, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 251 253 -
CMYK 0.00 0.01 0 0.01
HSL 270º 0.33% 0.99% -
HSV(B) 270º 0.01% 0.99% -
XYZ 92.37 96.78 106.74 -
YUV 251.53 128.83 128.34 -
System Red Green Blue C M Y K H S L
Decimal 252 251 253 0.00 0.01 0 0.01 270 0.33 0.99
Hex FC FB FD 0 1 0 1 10E 21 63
Octal 374 373 375 0 1 0 1 416 41 143
Binary 11111100 11111011 11111101 0 1 0 1 100001110 100001 1100011

Color Harmonies of #FCFBFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFBFD

Black with #FCFBFD

Text Example


Text Example

White with #FCFBFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFBFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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