#FBF4FC

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

Shades of Selago #FBF4FC

Tints of Selago #FBF4FC

Color information

#FBF4FC (or 0xFBF4FC) is unknown color: approx Selago. HEX triplet: FB, F4 and FC. RGB value is (251,244,252). Sum of RGB (Red+Green+Blue) = 251+244+252=747 (98% of max value = 765). Red value is 251 (98.44% from 255 or 33.60% from 747); Green value is 244 (95.70% from 255 or 32.66% from 747); Blue value is 252 (98.83% from 255 or 33.73% from 747); Max value from RGB is 252 - color contains mainly: blue. Hex color #FBF4FC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBF4FC is #040B03. Grayscale: #F6F6F6. Windows color (decimal): -264964 or 16577787. OLE color: 16577787.

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

Color convert

RGB251244252-
CMYK0.000.0300.01
HSL292.5º57.14%97.25%-
HSV(B)292.5º3.17%98.82%-
XYZ89.7192.24105.17-
YUV247130.82130.85-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 33.60%
GREEN value IS 244 (95.70% from 255) = 32.66%
BLUE value IS 252 (98.83% from 255) = 33.73%
R=33.60%
G=32.66%
B=33.73%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2512442520.000.0300.01292.557.1497.25
HexFBF4FC03011243961
Octal373364374030144471141
Binary111110111111010011111100011011001001001110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF4FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF4FC; }

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

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

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

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

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

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

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

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