#FBF3FC

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

Shades of Selago #FBF3FC

Tints of Selago #FBF3FC

Color information

#FBF3FC (or 0xFBF3FC) is unknown color: approx Selago. HEX triplet: FB, F3 and FC. RGB value is (251,243,252). Sum of RGB (Red+Green+Blue) = 251+243+252=746 (98% of max value = 765). Red value is 251 (98.44% from 255 or 33.65% from 746); Green value is 243 (95.31% from 255 or 32.57% from 746); Blue value is 252 (98.83% from 255 or 33.78% from 746); Max value from RGB is 252 - color contains mainly: blue. Hex color #FBF3FC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBF3FC is #040C03. Grayscale: #F6F6F6. Windows color (decimal): -265220 or 16577531. OLE color: 16577531.

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

Color convert

RGB251243252-
CMYK0.000.0400.01
HSL293.33º60%97.06%-
HSV(B)293.33º3.57%98.82%-
XYZ89.491.64105.07-
YUV246.42131.15131.27-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 33.65%
GREEN value IS 243 (95.31% from 255) = 32.57%
BLUE value IS 252 (98.83% from 255) = 33.78%
R=33.65%
G=32.57%
B=33.78%

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
Decimal2512432520.000.0400.01293.336097.06
HexFBF3FC04011253c61
Octal373363374040144574141
Binary1111101111110011111111000100011001001011111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF3FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF3FC; }

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

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

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

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

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

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

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

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