#FBF1FA

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

Shades of Selago #FBF1FA

Tints of Selago #FBF1FA

Color information

#FBF1FA (or 0xFBF1FA) is unknown color: approx Selago. HEX triplet: FB, F1 and FA. RGB value is (251,241,250). Sum of RGB (Red+Green+Blue) = 251+241+250=742 (98% of max value = 765). Red value is 251 (98.44% from 255 or 33.83% from 742); Green value is 241 (94.53% from 255 or 32.48% from 742); Blue value is 250 (98.05% from 255 or 33.69% from 742); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF1FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBF1FA is #040E05. Grayscale: #F4F4F4. Windows color (decimal): -265734 or 16445947. OLE color: 16445947.

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

Color convert

RGB251241250-
CMYK00.040.000.02
HSL306º55.56%96.47%-
HSV(B)306º3.98%98.43%-
XYZ88.4990.32103.21-
YUV245.02130.81132.27-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 33.83%
GREEN value IS 241 (94.53% from 255) = 32.48%
BLUE value IS 250 (98.05% from 255) = 33.69%
R=33.83%
G=32.48%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.00
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124125000.040.000.0230655.5696.47
HexFBF1FA04021323860
Octal373361372040246270140
Binary11111011111100011111101001000101001100101110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF1FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF1FA; }

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

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

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

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

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

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

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

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