#FBF0FC

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

Shades of Selago #FBF0FC

Tints of Selago #FBF0FC

Color information

#FBF0FC (or 0xFBF0FC) is unknown color: approx Selago. HEX triplet: FB, F0 and FC. RGB value is (251,240,252). Sum of RGB (Red+Green+Blue) = 251+240+252=743 (98% of max value = 765). Red value is 251 (98.44% from 255 or 33.78% from 743); Green value is 240 (94.14% from 255 or 32.30% from 743); Blue value is 252 (98.83% from 255 or 33.92% from 743); Max value from RGB is 252 - color contains mainly: blue. Hex color #FBF0FC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBF0FC is #040F03. Grayscale: #F4F4F4. Windows color (decimal): -265988 or 16576763. OLE color: 16576763.

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

Color convert

RGB251240252-
CMYK0.000.0500.01
HSL295º66.67%96.47%-
HSV(B)295º4.76%98.82%-
XYZ88.5189.86104.77-
YUV244.66132.14132.52-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 33.78%
GREEN value IS 240 (94.14% from 255) = 32.30%
BLUE value IS 252 (98.83% from 255) = 33.92%
R=33.78%
G=32.30%
B=33.92%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2512402520.000.0500.0129566.6796.47
HexFBF0FC05011274360
Octal3733603740501447103140
Binary11111011111100001111110001010110010011110000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF0FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF0FC; }

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

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

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

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

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

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

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

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