#FBECFC

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

Shades of Selago #FBECFC

Tints of Selago #FBECFC

Color information

#FBECFC (or 0xFBECFC) is unknown color: approx Selago. HEX triplet: FB, EC and FC. RGB value is (251,236,252). Sum of RGB (Red+Green+Blue) = 251+236+252=739 (97% of max value = 765). Red value is 251 (98.44% from 255 or 33.96% from 739); Green value is 236 (92.58% from 255 or 31.94% from 739); Blue value is 252 (98.83% from 255 or 34.10% from 739); Max value from RGB is 252 - color contains mainly: blue. Hex color #FBECFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBECFC is #041303. Grayscale: #F2F2F2. Windows color (decimal): -267012 or 16575739. OLE color: 16575739.

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

Color convert

RGB251236252-
CMYK0.000.0600.01
HSL296.25º72.73%95.69%-
HSV(B)296.25º6.35%98.82%-
XYZ87.3587.53104.39-
YUV242.31133.47134.2-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 33.96%
GREEN value IS 236 (92.58% from 255) = 31.94%
BLUE value IS 252 (98.83% from 255) = 34.10%
R=33.96%
G=31.94%
B=34.10%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2512362520.000.0600.01296.2572.7395.69
HexFBECFC06011284960
Octal3733543740601450111140
Binary11111011111011001111110001100110010100010010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBECFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBECFC; }

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

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

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

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

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

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

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

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