#FBECFA

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

Shades of Selago #FBECFA

Tints of Selago #FBECFA

Color information

#FBECFA (or 0xFBECFA) is unknown color: approx Selago. HEX triplet: FB, EC and FA. RGB value is (251,236,250). Sum of RGB (Red+Green+Blue) = 251+236+250=737 (97% of max value = 765). Red value is 251 (98.44% from 255 or 34.06% from 737); Green value is 236 (92.58% from 255 or 32.02% from 737); Blue value is 250 (98.05% from 255 or 33.92% from 737); Max value from RGB is 251 - color contains mainly: red. Hex color #FBECFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBECFA is #041305. Grayscale: #F2F2F2. Windows color (decimal): -267014 or 16444667. OLE color: 16444667.

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

Color convert

RGB251236250-
CMYK00.060.000.02
HSL304º65.22%95.49%-
HSV(B)304º5.98%98.43%-
XYZ87.0387.4102.73-
YUV242.08132.47134.36-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.06%
GREEN value IS 236 (92.58% from 255) = 32.02%
BLUE value IS 250 (98.05% from 255) = 33.92%
R=34.06%
G=32.02%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.00
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25123625000.060.000.0230465.2295.49
HexFBECFA0602130415f
Octal3733543720602460101137
Binary111110111110110011111010011001010011000010000011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBECFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBECFA; }

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

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

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

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

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

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

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

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