#FBF2FC

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

Shades of Selago #FBF2FC

Tints of Selago #FBF2FC

Color information

#FBF2FC (or 0xFBF2FC) is unknown color: approx Selago. HEX triplet: FB, F2 and FC. RGB value is (251,242,252). Sum of RGB (Red+Green+Blue) = 251+242+252=745 (98% of max value = 765). Red value is 251 (98.44% from 255 or 33.69% from 745); Green value is 242 (94.92% from 255 or 32.48% from 745); Blue value is 252 (98.83% from 255 or 33.83% from 745); Max value from RGB is 252 - color contains mainly: blue. Hex color #FBF2FC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBF2FC is #040D03. Grayscale: #F5F5F5. Windows color (decimal): -265476 or 16577275. OLE color: 16577275.

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

Color convert

RGB251242252-
CMYK0.000.0400.01
HSL294º62.5%96.86%-
HSV(B)294º3.97%98.82%-
XYZ89.1191.04104.97-
YUV245.83131.48131.69-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 33.69%
GREEN value IS 242 (94.92% from 255) = 32.48%
BLUE value IS 252 (98.83% from 255) = 33.83%
R=33.69%
G=32.48%
B=33.83%

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
Decimal2512422520.000.0400.0129462.596.86
HexFBF2FC04011263e61
Octal373362374040144676141
Binary1111101111110010111111000100011001001101111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF2FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF2FC; }

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

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

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

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

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

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

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

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