#FBF4FA

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

Shades of Selago #FBF4FA

Tints of Selago #FBF4FA

Color information

#FBF4FA (or 0xFBF4FA) is unknown color: approx Selago. HEX triplet: FB, F4 and FA. RGB value is (251,244,250). Sum of RGB (Red+Green+Blue) = 251+244+250=745 (98% of max value = 765). Red value is 251 (98.44% from 255 or 33.69% from 745); Green value is 244 (95.70% from 255 or 32.75% from 745); Blue value is 250 (98.05% from 255 or 33.56% from 745); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF4FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBF4FA is #040B05. Grayscale: #F6F6F6. Windows color (decimal): -264966 or 16446715. OLE color: 16446715.

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

Color convert

RGB251244250-
CMYK00.030.000.02
HSL308.57º46.67%97.06%-
HSV(B)308.57º2.79%98.43%-
XYZ89.3992.11103.51-
YUV246.78129.82131.01-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 33.69%
GREEN value IS 244 (95.70% from 255) = 32.75%
BLUE value IS 250 (98.05% from 255) = 33.56%
R=33.69%
G=32.75%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.00
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124425000.030.000.02308.5746.6797.06
HexFBF4FA03021352f61
Octal373364372030246557141
Binary1111101111110100111110100110101001101011011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF4FA; }

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

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

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

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

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

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

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

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