Html Css Color HEX #FBF6FF Magnolia

📋 copy color: '#FBF6FF'

red 251 ◦ green 246 ◦ blue 255

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

Shades of Magnolia #FBF6FF

Tints of Magnolia #FBF6FF

RGB

 RED value IS 251 (98.44% from 255) = 33.38%

 GREEN value IS 246 (96.48% from 255) = 32.71%

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

R = 33.38%
G = 32.71%
B = 33.91%

CMYK

 C value IS 0.02

 M value IS 0.04

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FBF6FF (or 0xFBF6FF) is known color: Magnolia. HEX triplet: FB, F6 and FF. RGB value is (251,246,255). Sum of RGB (Red+Green+Blue) = 251+246+255=752 (99% of max value = 765). Red value is 251 (98.44% from 255 or 33.38% from 752); Green value is 246 (96.48% from 255 or 32.71% from 752); Blue value is 255 (100% from 255 or 33.91% from 752); Max value from RGB is 255 - color contains mainly: blue. Hex color #FBF6FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBF6FF is #040900. Grayscale: #F8F8F8. Windows color (decimal): -264449 or 16774907. OLE color: 16774907.

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

Color convert

RGB 251 246 255 -
CMYK 0.02 0.04 0 0
HSL 273.33º 1% 0.98% -
HSV(B) 273.33º 0.04% 1% -
XYZ 90.79 93.64 107.9 -
YUV 248.52 131.66 129.77 -
System Red Green Blue C M Y K H S L
Decimal 251 246 255 0.02 0.04 0 0 273.33 1 0.98
Hex FB F6 FF 2 4 0 0 111 64 62
Octal 373 366 377 2 4 0 0 421 144 142
Binary 11111011 11110110 11111111 10 100 0 0 100010001 1100100 1100010

Color Harmonies of #FBF6FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF6FF

Black with #FBF6FF

Text Example


Text Example

White with #FBF6FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF6FF; }

 p { color: rgb(251,246,255); }

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

background-color css

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

 a { background-color: rgb(251,246,255); }

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

border-color css

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

 span { border-color: rgb(251,246,255); }

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