#FBF1FC

Color #FBF1FC Selago (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Selago #FBF1FC

Tints of Selago #FBF1FC

Color information

#FBF1FC (or 0xFBF1FC) is unknown color: approx Selago. HEX triplet: FB, F1 and FC. RGB value is (251,241,252). Sum of RGB (Red+Green+Blue) = 251+241+252=744 (98% of max value = 765). Red value is 251 (98.44% from 255 or 33.74% from 744); Green value is 241 (94.53% from 255 or 32.39% from 744); Blue value is 252 (98.83% from 255 or 33.87% from 744); Max value from RGB is 252 - color contains mainly: blue. Hex color #FBF1FC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBF1FC is #040E03. Grayscale: #F5F5F5. Windows color (decimal): -265732 or 16577019. OLE color: 16577019.

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

Color convert

RGB251241252-
CMYK0.000.0400.01
HSL294.55º64.71%96.67%-
HSV(B)294.55º4.37%98.82%-
XYZ88.8190.45104.87-
YUV245.24131.81132.11-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 33.74%
GREEN value IS 241 (94.53% from 255) = 32.39%
BLUE value IS 252 (98.83% from 255) = 33.87%
R=33.74%
G=32.39%
B=33.87%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2512412520.000.0400.01294.5564.7196.67
HexFBF1FC04011274161
Octal3733613740401447101141
Binary11111011111100011111110001000110010011110000011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF1FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF1FC; }

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

 H1.HeaderClassName
 {
   color: #FBF1FC;
 }
 .AnyTagClassName
 {
   color: #FBF1FC;
 }
</style>
background-color css

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

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

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

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

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

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